I am needing some help, when I stop pjsip and then start it again shortly after, I cannot restart or register a thread. The errors I get are below. registering thread for PJSUA status 120022 ../src/pj/os_core_unix.c:400: failed assertion `thread->signature1 != 0xDEAFBEEF || thread->signature2 != 0xDEADC0DE || (thread->thread == pthread_self())' If you need my stopping code, here it is. if (ringbackPort!=NULL && ringbackSlot!=PJSUA_INVALID_ID) { pjsua_conf_remove_port(ringbackSlot); ringbackSlot = PJSUA_INVALID_ID; pjmedia_port_destroy(ringbackPort); ringbackPort = NULL; } if (PJPool!=NULL) { pj_pool_release(PJPool); PJPool = NULL; } status = pjsua_destroy(); Thanks for any help, Mr. Gecko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100916/ce0e9d2c/attachment-0001.html>