On the android code base when I call either pjsua_call_get_info or pjsua_enum_calls I get a "Fatal signal 11 (SIGSERV)" and when I put in logging statements they both seem to come down to the line "PJSUA_LOCK();". Any idea why this would be happening and what I need to to fix it? My method call is pretty simple: pjsua_call_info ci; pjsua_call_id call_id = 0; pjsua_call_get_info(call_id, &ci); and I can confirm using pjsua_call_is_active(0) that the call is active. Thanks! Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120816/fbb87b03/attachment-0001.html>