I finally got to look at chan_sip to chan_pjsip migration again. This time I’m having problems with influencing codec selection on originating (calling) channel. It looks like PJSIP_MEDIA_OFFER only works on outbound (called) channel and has no aff..
Author : Michael Ulitskiy
Ive had several occurences of asterisk segfault (exited on signal 11), but no core dump produced.asterisk workdir is /tmp, /tmp is world-writeable and asterisk was started as asterisk -f -I-vvv -gWhat else am I missing? Is there situations where c..
For some reason Im not receiving any notifications from JIRA. Ive been using Mantis, then JIRA for a long time and I have always received email notification when there was an activity in issues Ive opened and/or those Im watching.I havent been us..
I wonder if anybody is using PJSIP realtime in production environment?Ive started to play with it and encountered many problems. Heres my config:sorcery.conf:[res_pjsip]endpoint=realtime,ps_endpointsextconfig.conf:[settings]ps_endpoints => pgsql,users,pjsip_endpoints_vpjsip_endpoint..
Ive started to play with PJSIP and got stuck at the following problem. I need to retrieve SIP Call-ID associated with PJSIP channel. For inbound channel I can use ${PJSIP_HEADER(read,Call-ID)}, but that doesnt work for outbound channel even in pre-d..