[Freeswitch-svn] [commit] r5934 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Wed Oct 17 12:35:29 EDT 2007


Author: brian
Date: Wed Oct 17 12:35:29 2007
New Revision: 5934

Modified:
   freeswitch/trunk/conf/sofia.conf.xml

Log:
we need to auth calls in our default config

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Wed Oct 17 12:35:29 2007
@@ -80,12 +80,12 @@
 	<!--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"/>-->
-	<!--<param name="auth-calls" 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="ext-rtp-ip" value="$${external_rtp_ip}"/>
-	<param name="ext-rtp-ip" value="$${external_sip_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); -->



More information about the Freeswitch-svn mailing list