enable these options to make the default more user friendly when it comes to domains
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11241 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0dc1a650bd
commit
e2fea5094f
|
@ -52,7 +52,7 @@
|
|||
<!-- ip address to bind to, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
|
||||
<param name="sip-ip" value="$${local_ip_v4}"/>
|
||||
<param name="hold-music" value="$${hold_music}"/>
|
||||
<!--<param name="apply-nat-acl" value="rfc1918"/>-->
|
||||
<param name="apply-nat-acl" value="rfc1918"/>
|
||||
<!--<param name="aggressive-nat-detection" value="true"/>-->
|
||||
<!--<param name="enable-timer" value="false"/>-->
|
||||
<!--<param name="enable-100rel" value="true"/>-->
|
||||
|
@ -144,10 +144,15 @@
|
|||
<!-- <param name="vad" value="out"/> -->
|
||||
<!-- <param name="vad" value="both"/> -->
|
||||
<!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
|
||||
<!--
|
||||
These are enabled to make the default config work better out of the box.
|
||||
If you need more than ONE domain you'll need to not use these options.
|
||||
|
||||
-->
|
||||
<!--all inbound reg will look in this domain for the users -->
|
||||
<!--<param name="force-register-domain" value="$${domain}"/>-->
|
||||
<param name="force-register-domain" value="$${domain}"/>
|
||||
<!--all inbound reg will stored in the db using this domain -->
|
||||
<!--<param name="force-register-db-domain" value="$${domain}"/>-->
|
||||
<param name="force-register-db-domain" value="$${domain}"/>
|
||||
<!--force suscription expires to a lower value than requested-->
|
||||
<!--<param name="force-subscription-expires" value="60"/>-->
|
||||
<!-- disable register and transfer which may be undesirable in a public switch -->
|
||||
|
|
Loading…
Reference in New Issue