我试图用PJSIP和JNI构建一个Android应用程序。而且之前还可以。但是,现在我在PJSIP堆栈跟踪中收到错误“大小太短(PJ_ETOOSMALL)[状态= 70019]”。
例如,
pjsua_acc.c .Failed to register with new account setting in modifying account: Size is too short (PJ_ETOOSMALL) [status=70019]
pjsua_call.c !.Unable to generate Contact header: Size is too short (PJ_ETOOSMALL) [status=70019]
im传递的参数既不是null也不是随机的,而是有效的sip端点。任何帮助表示赞赏。
PJSIP实现的Android日志:https://pastebin.com/s88PEY2C 所有sip uri域名,地址和端口均已屏蔽