Fatemeh
unread,May 14, 2011, 5:30:48 AM5/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Siphon
Hi,
I've built Pjsip libs for iPhone platform and this work fine, but in
pjsua_acc.c file in line 2353, app cause crash and quit when app is
working for long time. In this line there is below code:
PJ_ASSERT_RETURN(pjsua_acc_is_valid(acc_id), PJ_EINVAL);
And I get below info in log file:
Assertion failed: (pjsua_acc_is_valid(acc_id)), function
pjsua_acc_create_uac_contact, file ../src/pjsua-lib/pjsua_acc.c, line
2353.
I don't know how fix that, and hope you help me.
So thanks