search for: alawoutbound

Displaying 1 result from an estimated 1 matches for "alawoutbound".

2014 Aug 14
1
Possible handle leak in PJSIP
...t based on that The idea is to bridge calls based on the codec to avoid any transcoding, so I have two outbound codecs and I dial like this: exten => _X.,1,Set(_SIP_CODEC_OUTBOUND=${CHANNEL(audiowriteformat):0:4}) exten => _X.,n,Goto(${SIP_CODEC_OUTBOUND}) exten => _X.,n(ulaw),Dial(PJSIP/alawoutbound/sip:${EXTEN}@X.X.X.X) exten => _X.,n(g729),Dial(PJSIP/g729outbound/sip:${EXTEN}@X.X.X.X) As you can see, "Houston, we have a problem"