Hi, I have some problem with pjsip stack running on Android dev. I use 4978 rev of pjsip. When I recieve Incoming call and answer and next hang Up (one after another) I receive onCallStateCallback with CONNECTING, then I try send hang Up call, stack are trying send it to server (probably there is a problem with this). but after that call is not destroyed/deleted there is still on stack, conference port are still opened, and when I want deinitialize sip stack i received: ../src/pjmedia/conference.c:1097: pjmedia_conf_remove_port: assertion "conf && port < conf->max_ports" failed Fatal signal 6 (SIGABRT) at 0x00003a60 (code=-6), thread 14944. Probably I have some problem with server, because my incoming calls are not establish at all. Outgoing call are ok. I also try build stack with Ticket #1488 <http://trac.pjsip.org/repos/ticket/1488>, but it doesn't help. My problem is only when I register with proxy on port 5062. But when I don't put proxy I can't register on gsm network. BR, Andrzej -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20150210/45601f11/attachment.html>