Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/184.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android pjsip生成的Pjsua应用程序寄存器消息错误?_Android_Pjsip - Fatal编程技术网

Android pjsip生成的Pjsua应用程序寄存器消息错误?

Android pjsip生成的Pjsua应用程序寄存器消息错误?,android,pjsip,Android,Pjsip,我按照pjsip网站中给出的步骤,从pjsip库构建了适用于android的pjsua应用程序。应用程序运行良好。当我尝试向sip服务器注册时,我收到以下错误。我已经读到,当指定的领域不正确时,会发生此错误。我试过正确的领域。但还是有问题。有人能帮我吗 05-15 12:35:55.231: I/apjsua(10693): 12:35:55.237 sip_auth_clien ...Unable to set auth for tdta0x5fb16678: can not fin

我按照pjsip网站中给出的步骤,从pjsip库构建了适用于android的pjsua应用程序。应用程序运行良好。当我尝试向sip服务器注册时,我收到以下错误。我已经读到,当指定的领域不正确时,会发生此错误。我试过正确的领域。但还是有问题。有人能帮我吗

05-15 12:35:55.231: I/apjsua(10693): 12:35:55.237 sip_auth_clien  ...Unable to set 
auth    for tdta0x5fb16678: can not find credential for 80.231.224.9/Digest
05-15 12:35:55.271: I/apjsua(10693): 12:35:55.279    pjsua_acc.c  ....SIP   
registration      
error: No suitable credential (PJSIP_ENOCREDENTIAL) [status=171101]

你能帮我为android编译pjsip吗?