Displaying 1 result from an estimated 1 matches for "g729outbound".
2014 Aug 14
1
Possible handle leak in PJSIP
...id 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"