活页夹无法绑定Context.SIP_SERVICE-SIP客户端无法在Nougat上运行

时间:2018-08-13 11:37:27

标签: android sip voip

我已经在我的应用程序中实现了SIP功能。我目前正在使用Nougat开发Galaxy Tab SM-T580。当我决定将Android(从6.0升级到7.0)升级时,问题就开始了-然后我的SIP客户端停止工作了。

当我尝试使用open(sipProfile, pi, null)方法打开sipManager实现

android.net.sip.SipException: SipService is dead and is restarting...
    at android.net.sip.SipManager.checkSipServiceConnection(SipManager.java:183)

被抛出。

调试代码我可以看到android.net.sip中的SipManager没有绑定Context.SIP_SERVICE服务(SipManager:175)。我正在使用的代码和配置是从Android文档复制粘贴-Android Sip Guide

0 个答案:

没有答案