[Freeswitch-svn] [commit] r5935 - freeswitch/trunk/conf
Freeswitch SVN
brian at freeswitch.org
Wed Oct 17 12:36:23 EDT 2007
Author: brian
Date: Wed Oct 17 12:36:23 2007
New Revision: 5935
Modified:
freeswitch/trunk/conf/sofia.conf.xml
Log:
auth all packets if you're authing
Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml (original)
+++ freeswitch/trunk/conf/sofia.conf.xml Wed Oct 17 12:36:23 2007
@@ -82,7 +82,7 @@
<!--<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}"/>
More information about the Freeswitch-svn
mailing list