[Freeswitch-svn] [commit] r7791 - freeswitch/trunk/conf/sip_profiles

Freeswitch SVN brian at freeswitch.org
Wed Mar 5 10:24:42 EST 2008


Author: brian
Date: Wed Mar  5 10:24:41 2008
New Revision: 7791

Modified:
   freeswitch/trunk/conf/sip_profiles/default.xml

Log:
add supress cng to default config for doc.

Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml	Wed Mar  5 10:24:41 2008
@@ -75,6 +75,9 @@
     <!-- accept any authentication without actually checking (not a good feature for most people) -->
     <!-- <param name="accept-blind-auth" value="true"/> -->
     
+    <!-- supress CNG on this profile or per call with the 'supress_cng' variable -->
+    <!-- <param name="supress-cng" value="true"/> -->
+    
     <!--TTL for nonce in sip auth-->
     <param name="nonce-ttl" value="60"/>
     <!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec 



More information about the Freeswitch-svn mailing list