[Freeswitch-svn] [commit] r13153 - freeswitch/trunk/conf/sip_profiles
FreeSWITCH SVN
brian at freeswitch.org
Sun Apr 26 08:06:13 PDT 2009
Author: brian
Date: Sun Apr 26 10:06:13 2009
New Revision: 13153
Log:
remove invalid options from profiles
Modified:
freeswitch/trunk/conf/sip_profiles/external.xml
freeswitch/trunk/conf/sip_profiles/internal.xml
Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml Sun Apr 26 10:06:13 2009
@@ -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" -->
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Sun Apr 26 10:06:13 2009
@@ -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}"/>
More information about the Freeswitch-svn
mailing list