[Freeswitch-svn] [commit] r9408 - in	freeswitch/trunk/conf/sip_profiles: external internal
    Freeswitch SVN 
    brian at freeswitch.org
       
    Tue Sep  2 16:08:15 EDT 2008
    
    
  
Author: brian
Date: Tue Sep  2 16:08:15 2008
New Revision: 9408
Modified:
   freeswitch/trunk/conf/sip_profiles/external/example.xml
   freeswitch/trunk/conf/sip_profiles/internal/example.xml
Log:
document the ping option in the gateway examples on profiles also
Modified: freeswitch/trunk/conf/sip_profiles/external/example.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external/example.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external/example.xml	Tue Sep  2 16:08:15 2008
@@ -30,5 +30,7 @@
   <!--<param name="contact-params" value="tport=tcp"/>-->
   <!--/// ping gateway to see if it is alive: *optional* /// -->
   <!--<param name="ping" value="15"/>-->
+  <!--send an options ping every x seconds, failure will unregister and/or mark it down-->
+  <!--<param name="ping" value="25"/>-->
   <!--</gateway>-->
 </include>
Modified: freeswitch/trunk/conf/sip_profiles/internal/example.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal/example.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal/example.xml	Tue Sep  2 16:08:15 2008
@@ -28,5 +28,7 @@
   <!--<param name="caller-id-in-from" value="false"/>-->
   <!--extra sip params to send in the contact-->
   <!--<param name="contact-params" value="tport=tcp"/>-->
+  <!--send an options ping every x seconds, failure will unregister and/or mark it down-->
+  <!--<param name="ping" value="25"/>-->
   <!--</gateway>-->
 </include>
    
    
More information about the Freeswitch-svn
mailing list