]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
broken phones.. you know who you are... Please fix it...
authorBrian West <brian@freeswitch.org>
Fri, 21 Dec 2007 03:40:42 +0000 (03:40 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 21 Dec 2007 03:40:42 +0000 (03:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6927 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/default.xml
conf/sip_profiles/nat.xml
conf/sip_profiles/outbound.xml

index 7a822398e7bac7fa98015356d4fc846579d4a730..46df875acccd1addf1139bcf86821f7cbfb4b7ce 100644 (file)
     <!--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"/>-->
+    <!-- Used for when phones respond to a challenged ACK with method INVITE in the hash -->
+    <param name="NDLB-broken-auth-hash" 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}"/> -->
     <!-- rtp inactivity timeout -->
index 26238df55b3c88475f813a87c3c581b8f2e90b84..219ce4b089111c6f82081cf137aef7c32f1b7937 100644 (file)
@@ -20,6 +20,7 @@
     <param name="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="true"/>
+    <param name="NDLB-broken-auth-hash" value="true"/>
     <param name="rtp-timeout-sec" value="1800"/>
     <param name="rtp-ip" value="$${local_ip_v4}"/>
     <param name="sip-ip" value="$${local_ip_v4}"/>
index 0767a27ca78b705bdb0e81fd309cbff96639f1bb..b4a72aebe6599a7518cae3aaeebcaabf6a36c5e1 100644 (file)
@@ -25,6 +25,7 @@
     <param name="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>
+    <param name="NDLB-broken-auth-hash" value="true"/>
     <param name="rtp-timeout-sec" value="1800"/>
     <param name="rtp-ip" value="$${local_ip_v4}"/>
     <param name="sip-ip" value="$${local_ip_v4}"/>