remove invalid options from profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13153 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
376754e4d1
commit
60e8dcd6b7
|
@ -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" -->
|
||||
|
|
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue