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

Freeswitch SVN anthm at freeswitch.org
Tue May 1 15:20:49 EDT 2007


Author: anthm
Date: Tue May  1 15:20:48 2007
New Revision: 5056

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

Log:
fix config

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Tue May  1 15:20:48 2007
@@ -28,6 +28,7 @@
        containing the "subscriptions" table.
        used by: dingaling.conf.xml enum.conf.xml 
   --> 
+  <!--#set "global_codec_prefs=PCMU at 20i"-->
   <!--#set "xmpp_client_profile=xmppc"-->
   <!--#set "xmpp_server_profile=xmpps"-->
   <!-- bind_server_ip

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Tue May  1 15:20:48 2007
@@ -36,9 +36,9 @@
 	<param name="debug" value="1"/>
 	<param name="rfc2833-pt" value="101"/>
 	<param name="sip-port" value="5060"/>
-	<param name="dialplan" value="enum,XML"/>
+	<param name="dialplan" value="XML"/>
 	<param name="dtmf-duration" value="100"/>
-	<param name="codec-prefs" value="PCMU at 20i"/>
+	<param name="codec-prefs" value="$${global_codec_prefs}"/>
 	<param name="codec-ms" value="20"/>
 	<param name="use-rtp-timer" value="true"/>
 	<param name="rtp-timer-name" value="soft"/>



More information about the Freeswitch-svn mailing list