[Freeswitch-svn] [commit] r10768 - freeswitch/trunk/conf/sip_profiles

FreeSWITCH SVN brian at freeswitch.org
Mon Dec 15 08:21:16 PST 2008


Author: brian
Date: Mon Dec 15 11:21:15 2008
New Revision: 10768

Log:
add docs for force-subscription-expires

Modified:
   freeswitch/trunk/conf/sip_profiles/internal.xml

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Mon Dec 15 11:21:15 2008
@@ -148,6 +148,8 @@
     <!--<param name="force-register-domain" value="$${domain}"/>-->
     <!--all inbound reg will stored in the db using this domain -->
     <!--<param name="force-register-db-domain" value="$${domain}"/>-->
+    <!--force suscription expires to a lower value than requested-->
+    <!--<param name="force-subscription-expires" value="60"/>-->
     <!-- disable register and transfer which may be undesirable in a public switch -->
     <!--<param name="disable-transfer" value="true"/>-->
     <!--<param name="disable-register" value="true"/>-->



More information about the Freeswitch-svn mailing list