I'm getting an assertion from pjmedia_transport_get_info(): ../src/pjmedia/transport_srtp.c:674: transport_get_info: Assertion `info->specific_info_cnt < 4' failed. I've tried presetting transport_info.specific_info_cnt to PJMEDIA_TRANSPORT_SPECIFIC_INFO_MAXCNT (which is 4), without any difference. I've searched the list for this assertion, and only came up with one reference, in a "Porting to Maemo" thread from 2008, here: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002352.html In that thread, benny said it should be fixed in the latest SVN of the time. I'm running against v 1.8.5, which I believe is the latest. Any suggestions? -m@