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

Freeswitch SVN brian at freeswitch.org
Wed Oct 17 12:15:36 EDT 2007


Author: brian
Date: Wed Oct 17 12:15:35 2007
New Revision: 5932

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

Log:
mike is right enum should be second so the XML gets looked at first and enum last

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Wed Oct 17 12:15:35 2007
@@ -44,7 +44,7 @@
 	<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,enum"/>
 	<param name="dtmf-duration" value="100"/>
 	<param name="codec-prefs" value="$${global_codec_prefs}"/>
 	<param name="codec-ms" value="20"/>



More information about the Freeswitch-svn mailing list