[Freeswitch-svn] [commit] r3867 - freeswitch/trunk/conf

Freeswitch SVN anthm at freeswitch.org
Thu Dec 28 22:55:22 EST 2006


Author: anthm
Date: Thu Dec 28 22:55:21 2006
New Revision: 3867

Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
update example conf to show sofia inbound-no-media param

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Thu Dec 28 22:55:21 2006
@@ -158,6 +158,9 @@
 	    <param name="rtp-ip" value="192.168.1.20"/>
 	    <param name="sip-ip" value="mydomain1.com"/>
 
+	    <!--Uncomment to set all inbound calls to no media mode-->
+	    <!--<param name="inbound-no-media" value="true"/>-->
+
 	    <!-- this lets anything register -->
 	    <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
 	    <param name="accept-blind-reg" value="true"/>



More information about the Freeswitch-svn mailing list