]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix config
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 1 May 2007 19:20:48 +0000 (19:20 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 1 May 2007 19:20:48 +0000 (19:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5056 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml
conf/sofia.conf.xml

index 2e0027a291229d00a8e1e9af1f9b8a0f4cd4f338..faadc5fd8f71454d9627c4d067c7ffbb17a88a87 100644 (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
index 13bd817ea3a452f283c3ad2d76b1270aab13ca32..2db55119183ac4dfec41d7d450c32912f97cfe81 100644 (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"/>