fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6278 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1add712bd6
commit
f6e0f5e3ad
|
@ -45,7 +45,7 @@
|
|||
<settings>
|
||||
<param name="debug" value="1"/>
|
||||
<param name="rfc2833-pt" value="101"/>
|
||||
<param name="sip-port" value="5062"/>
|
||||
<param name="sip-port" value="5060"/>
|
||||
<param name="dialplan" value="XML,enum"/>
|
||||
<param name="dtmf-duration" value="100"/>
|
||||
<param name="codec-prefs" value="$${global_codec_prefs}"/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<settings>
|
||||
<param name="debug" value="1"/>
|
||||
<param name="rfc2833-pt" value="101"/>
|
||||
<param name="sip-port" value="5061"/>
|
||||
<param name="sip-port" value="5070"/>
|
||||
<param name="dialplan" value="XML,enum"/>
|
||||
<param name="dtmf-duration" value="100"/>
|
||||
<param name="codec-prefs" value="$${global_codec_prefs}"/>
|
||||
|
|
Loading…
Reference in New Issue