Displaying 1 result from an estimated 1 matches for "audiowritecodec".
2014 Aug 14
1
Possible handle leak in PJSIP
...t an experienced
engineer from Digium logs into the box and researches this problem,
else nobody is going to ever be able to use PJSIP in production.
The box is Fedora 20, fully updated.
It grows about 30 handles per minute and it never goes down.
The dialplan is actually a four liner
look at the audiowritecodec
select an outbound endpoint 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 =&...