[Freeswitch-svn] [commit] r10355 - freeswitch/trunk/conf/sip_profiles
FreeSWITCH SVN
brian at freeswitch.org
Wed Nov 12 05:03:09 PST 2008
Author: brian
Date: Wed Nov 12 08:03:08 2008
New Revision: 10355
Log:
line up with upcomming commit
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 Wed Nov 12 08:03:08 2008
@@ -26,7 +26,7 @@
<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="false"/>
+ <!--<param name="enable-100rel" value="true"/>-->
<!-- This could be set to "passive" -->
<param name="manage-presence" value="false"/>
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Wed Nov 12 08:03:08 2008
@@ -55,7 +55,7 @@
<!--<param name="apply-nat-acl" value="rfc1918"/>-->
<!--<param name="aggressive-nat-detection" value="true"/>-->
<!--<param name="enable-timer" value="false"/>-->
- <param name="enable-100rel" value="false"/>
+ <!--<param name="enable-100rel" value="true"/>-->
<!--<param name="minimum-session-expires" value="120"/>-->
<param name="apply-inbound-acl" value="domains"/>
<!--<param name="apply-register-acl" value="domains"/>-->
More information about the Freeswitch-svn
mailing list