提交 8e5e3bd5 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5056 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5a8dc6da
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
containing the "subscriptions" table. containing the "subscriptions" table.
used by: dingaling.conf.xml enum.conf.xml used by: dingaling.conf.xml enum.conf.xml
--> -->
<!--#set "global_codec_prefs=PCMU@20i"-->
<!--#set "xmpp_client_profile=xmppc"--> <!--#set "xmpp_client_profile=xmppc"-->
<!--#set "xmpp_server_profile=xmpps"--> <!--#set "xmpp_server_profile=xmpps"-->
<!-- bind_server_ip <!-- bind_server_ip
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
<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"/>
<param name="dtmf-duration" value="100"/> <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="codec-ms" value="20"/>
<param name="use-rtp-timer" value="true"/> <param name="use-rtp-timer" value="true"/>
<param name="rtp-timer-name" value="soft"/> <param name="rtp-timer-name" value="soft"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论