[Freeswitch-trunk] [commit] r12659 - freeswitch/trunk/conf/sip_profiles
FreeSWITCH SVN
brian at freeswitch.org
Wed Mar 18 12:17:31 PDT 2009
Author: brian
Date: Wed Mar 18 14:17:31 2009
New Revision: 12659
Log:
add undocumented features to the config file example someone wiki this please
Modified:
freeswitch/trunk/conf/sip_profiles/internal.xml
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Wed Mar 18 14:17:31 2009
@@ -124,6 +124,10 @@
<!--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 -->
More information about the Freeswitch-trunk
mailing list