Source: pjsua_call *call = &pjsua_var.calls[call_id]; // init it's info status = pjmedia_port_info_init(&my_port.info, &name, SIGNATURE, CLOCK_RATE, NCHANNELS, BITS_PER_SAMPLE, SAMPLES_PER_FRAME); if (status != PJ_SUCCESS) return status; // Add port to conference bridge status = pjsua_conf_add_port(pjsua_var.mconf, call->inv->pool_prov, &my_port, &slot); Error: 11:09:33.132 except.c !!!FATAL: unhandled exception PJLIB/No memory! simple_pjsua: ../src/pj/except.c:50: pj_throw_exception_: Assertion `handler != ((void *)0)' failed.* * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20111121/a157cb2a/attachment.html>