Freeswitch config add AMR and change ACL
This commit is contained in:
parent
e43baf47d5
commit
6742ae5e10
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
<list name="domains" default="deny">
|
<list name="domains" default="deny">
|
||||||
<!-- domain= is special it scans the domain from the directory to build the ACL -->
|
<!-- domain= is special it scans the domain from the directory to build the ACL -->
|
||||||
<!--<node type="allow" domain="$${domain}"/> -->
|
<!--<node type="allow" domain="$${domain}"/> -->
|
||||||
<node type="allow" cidr="10.66.0.0/24"/>
|
<node type="allow" cidr="192.168.0.0/24"/>
|
||||||
<node type="allow" cidr="10.23.0.0/16"/>
|
<node type="allow" cidr="10.23.0.0/16"/>
|
||||||
<node type="allow" cidr="172.16.0.0/16"/>
|
<node type="allow" cidr="172.16.0.0/16"/>
|
||||||
<node type="allow" cidr="127.0.0.1/32"/>
|
<node type="allow" cidr="127.0.0.1/32"/>
|
||||||
|
|
|
@ -146,8 +146,8 @@
|
||||||
127 - BV32
|
127 - BV32
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G729,PCMA,GSM"/>
|
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G729,AMR,GSM"/>
|
||||||
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=G729,PCMA,GSM"/>
|
<X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=G729,AMR,GSM"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
xmpp_client_profile and xmpp_server_profile
|
xmpp_client_profile and xmpp_server_profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue