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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5932 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-10-17 16:15:35 +00:00
parent b905f89f34
commit 395842f2fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<param name="debug" value="1"/> <param name="debug" value="1"/>
<param name="rfc2833-pt" value="101"/> <param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5060"/> <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="dtmf-duration" value="100"/>
<param name="codec-prefs" value="$${global_codec_prefs}"/> <param name="codec-prefs" value="$${global_codec_prefs}"/>
<param name="codec-ms" value="20"/> <param name="codec-ms" value="20"/>