FS: Give AMR codec priority on internal channels
This commit is contained in:
parent
9323de1c7c
commit
7a55de632c
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@
|
|||
<!-- Can be 'true' or 'contact' -->
|
||||
<!--<param name="multiple-registrations" value="contact"/>-->
|
||||
<!--set to 'greedy' if you want your codec list to take precedence -->
|
||||
<param name="inbound-codec-negotiation" value="generous"/>
|
||||
<param name="inbound-codec-negotiation" value="greedy"/>
|
||||
<!-- if you want to send any special bind params of your own -->
|
||||
<!--<param name="bind-params" value="transport=udp"/>-->
|
||||
<!--<param name="unregister-on-options-fail" value="true"/>-->
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
127 - BV32
|
||||
|
||||
-->
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G729,AMR,GSM,PCMA"/>
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=AMR,OPUS,G729,GSM,PCMA"/>
|
||||
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=OPUS,G729,AMR,GSM"/>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue