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:
parent
b905f89f34
commit
395842f2fc
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue