]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add undocumented features to the config file example someone wiki this please
authorBrian West <brian@freeswitch.org>
Wed, 18 Mar 2009 19:17:31 +0000 (19:17 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 18 Mar 2009 19:17:31 +0000 (19:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12659 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index 7a4d5cbddb8d9fcf5f310b24e842375ff7d6ee99..3344950b073c610770c46d085a5b0bd65652b3ba 100644 (file)
     <!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec 
        that the originator is using-->
     <!--<param name="disable-transcoding" value="true"/>-->
+    <!-- Disable Refer -->
+    <!--<param name="disable-transfer" value="true"/> -->
+    <!-- Disable Register -->
+    <!--<param name="disable-register" value="true"/> -->
     <!-- Used for when phones respond to a challenged ACK with method INVITE in the hash -->
     <!--<param name="NDLB-broken-auth-hash" value="true"/>-->
     <!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->