Hi Colin, Please check out this code... this will destroy the whole pjsua stack, then you can rebuild it ? // we could be in another thread... make sure we init pjsua within it pj_thread_desc thread_desc; pj_bzero(&thread_desc, sizeof(pj_thread_desc)); pj_thread_t *thread = 0; pj_status_t status; status = pj_thread_register("OnTimer", thread_desc, &thread); pj_init(); pj_shutdown(); PJDestroy(); PJCreate(); Colin Morelli wrote:
|
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org