]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update example conf to show sofia inbound-no-media param
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 29 Dec 2006 03:55:21 +0000 (03:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 29 Dec 2006 03:55:21 +0000 (03:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3867 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml

index a3d1f30c9a3eb27421ceef72e9f3136eac979ce2..b1d5cde3d7eb61583222bbe6792ef3705fd150a4 100644 (file)
            <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"/>