Hi Everybody, I have to deal with an IP Address change in my application. I read the wiki of pjsip about what to do in case of IP Address change and Access Point reconnection issues. It says that for updating Media addresses I need to call pjsua_media_transports_create() to recreate the media tansports. I did that but an assertions happend: ../src/pj/ioqueue_epoll.c:448: pj_ioqueue_register_sock: Assertion `!pj_list_empty(&ioqueue->free_list)' failed. It happend at pj_ioqueue_register_sock when registering the sockets. Does anyone have any idea why should this happend? Thanks!! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140213/ad9741e7/attachment-0001.html>