I believe this changeset introduced a crash when calling status = pjsua_call_make_call(acc_id, &pj_uri, 0, NULL, NULL, call_id); with a NULL for msg_data. from the changeset: status = pjsip_dlg_create_uac( pjsip_ua_instance(), 724 &acc->cfg.id, &contact, 725 dest_uri, 726 (msg_data->target_uri.slen? 727 &msg_data->target_uri: dest_uri), 728 &dlg); line 726 should check for NULL before accesing the target_uri -- -- Yosi Taguri | Co-Founder | Labgoo | iPhone: http://ahhhpah.com | twitter: http://twitter.com/yosit | Mobile: +972-54-4816020 | Google Voice US Mobile: +1 (415) 935-1126 | Email: yosi at taguri.com *Confidential* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130714/eac4504f/attachment-0001.html>