[Freeswitch-users] How to avoid transcoding?
    Ulrich Backes 
    backes at solthor.de
       
    Wed Nov  7 12:55:57 UTC 2018
    
    
  
Hi guys,
I've investigated many hours and cannot solve this problem:
A and B should use g711u. 
A:  
B:  
But FreeSwitch decides to transcode:
 
The settings:
vars.xml
<X-PRE-PROCESS cmd="set" data="media_mix_inbound_outbound_codecs=false"/> 
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,VP8"/> 
internal.xml
<param name="inbound-codec-negotiation" value="greedy"/>
<param name="inbound-late-negotiation" value="true"/> 
<param name="disable-transcoding" value="true"/> 
<param name="inbound-proxy-media" value="false"/> 
<param name="inbound-bypass-media" value="false"/>
<param name="inbound-codec-prefs" value="$${global_codec_prefs}"/>
<param name="outbound-codec-prefs" value="$${global_codec_prefs}"/>
default.xml (Using the demo-Dialplan)
<extension name="Local_Extension">
...
Using FS v 1.8
Thanks.
Uli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181107/6c113df7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 3727 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181107/6c113df7/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 6279 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181107/6c113df7/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 104271 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20181107/6c113df7/attachment-0005.png>
    
    
More information about the FreeSWITCH-users
mailing list