]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
auth all packets off
authorBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 19:24:18 +0000 (19:24 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 19:24:18 +0000 (19:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5941 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sofia.conf.xml

index 696d057acb7ceb6147581151dcc0f9b39f8a7a50..2effd5a8d07770c8e323ed3b543ef303a00f5c35 100644 (file)
@@ -50,8 +50,8 @@
        <param name="codec-ms" value="20"/>
        <param name="use-rtp-timer" value="true"/>
        <param name="rtp-timer-name" value="soft"/>
-       <param name="rtp-ip" value="$${bind_server_ip}"/>
-       <param name="sip-ip" value="$${bind_server_ip}"/>
+       <param name="rtp-ip" value="$${local_ip_v4}"/>
+       <param name="sip-ip" value="$${local_ip_v4}"/>
        <!--enable to use presense and mwi -->
        <param name="manage-presence" value="true"/>
        <!--set to 'greedy' if you want your codec list to take precedence -->
        <!--<param name="disable-transcoding" value="true"/>-->
        <param name="auth-calls" value="true"/>
        <!-- on authed calls, authenticate *all* the packets not just invite -->
-       <param name="auth-all-packets" value="true"/>
+       <!-- <param name="auth-all-packets" value="true"/> -->
 
        <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
        <param name="ext-sip-ip" value="$${external_sip_ip}"/>
 
-       <!-- <param name="ext-sip-ip" value="100.101.102.103"/> -->
        <!-- VAD choose one (out is a good choice); -->
        <!-- <param name="vad" value="in"/> -->
        <!-- <param name="vad" value="out"/> -->