fix config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5056 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-05-01 19:20:48 +00:00
parent 5a8dc6da14
commit 8e5e3bd5a4
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@
containing the "subscriptions" table.
used by: dingaling.conf.xml enum.conf.xml
-->
<!--#set "global_codec_prefs=PCMU@20i"-->
<!--#set "xmpp_client_profile=xmppc"-->
<!--#set "xmpp_server_profile=xmpps"-->
<!-- bind_server_ip

View File

@ -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@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"/>