[Freeswitch-svn] [commit] r6927 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Thu Dec 20 22:40:43 EST 2007
Author: brian
Date: Thu Dec 20 22:40:42 2007
New Revision: 6927
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
freeswitch/trunk/conf/sip_profiles/nat.xml
freeswitch/trunk/conf/sip_profiles/outbound.xml
Log:
broken phones.. you know who you are... Please fix it...
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Thu Dec 20 22:40:42 2007
@@ -73,10 +73,11 @@
<!--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 -->
Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml Thu Dec 20 22:40:42 2007
@@ -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}"/>
Modified: freeswitch/trunk/conf/sip_profiles/outbound.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/outbound.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/outbound.xml Thu Dec 20 22:40:42 2007
@@ -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}"/>
More information about the Freeswitch-svn
mailing list