Freeswitch: Add AMR to global codec prefs
This commit is contained in:
parent
d048e582f2
commit
d870e0e782
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@
|
|||
127 - BV32
|
||||
|
||||
-->
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G729,PCMA,GSM"/>
|
||||
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=G729,PCMA,GSM"/>
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G729,PCMA,GSM,AMR"/>
|
||||
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=G729,PCMA,GSM,AMR"/>
|
||||
|
||||
<!--
|
||||
xmpp_client_profile and xmpp_server_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue