]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove invalid options from profiles
authorBrian West <brian@freeswitch.org>
Sun, 26 Apr 2009 15:06:13 +0000 (15:06 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 26 Apr 2009 15:06:13 +0000 (15:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13153 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/external.xml
conf/sip_profiles/internal.xml

index d16813960ff4fc4238d927dd754a4145cb8f603b..c5e5b578c497922f009bd9c576380f604f712954 100644 (file)
@@ -24,7 +24,6 @@
     <param name="dtmf-duration" value="100"/>
     <param name="codec-prefs" value="$${outbound_codec_prefs}"/>
     <param name="hold-music" value="$${hold_music}"/>
-    <param name="use-rtp-timer" value="true"/>
     <param name="rtp-timer-name" value="soft"/>
     <!--<param name="enable-100rel" value="true"/>-->
     <!-- This could be set to "passive" -->
index 6066743b0325c36cc97269f95e22bf51d367be6d..b991dac8de9f24f245eda434fa0f1f32a9ae24ef 100644 (file)
@@ -45,7 +45,6 @@
     <param name="dialplan" value="XML"/>
     <param name="dtmf-duration" value="100"/>
     <param name="codec-prefs" value="$${global_codec_prefs}"/>
-    <param name="use-rtp-timer" value="true"/>
     <param name="rtp-timer-name" value="soft"/>
     <!-- ip address to use for rtp, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
     <param name="rtp-ip" value="$${local_ip_v4}"/>