[Freeswitch-svn] [commit] r10527 - in freeswitch/trunk/conf: directory/default sip_profiles/external sip_profiles/internal

FreeSWITCH SVN brian at freeswitch.org
Mon Nov 24 08:30:46 PST 2008


Author: brian
Date: Mon Nov 24 11:30:46 2008
New Revision: 10527

Log:
doh.. its retry-seconds since its a param

Modified:
   freeswitch/trunk/conf/directory/default/brian.xml
   freeswitch/trunk/conf/sip_profiles/external/example.xml
   freeswitch/trunk/conf/sip_profiles/internal/example.xml

Modified: freeswitch/trunk/conf/directory/default/brian.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/brian.xml	(original)
+++ freeswitch/trunk/conf/directory/default/brian.xml	Mon Nov 24 11:30:46 2008
@@ -30,7 +30,7 @@
       <!-- which transport to use for register -->
       <!--<param name="register-transport" value="udp"/>-->
       <!--How many seconds before a retry when a failure or timeout occurs -->
-      <!--<param name="retry_seconds" value="30"/>-->
+      <!--<param name="retry-seconds" value="30"/>-->
       <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
       <!--<param name="caller-id-in-from" value="false"/>-->
       <!--extra sip params to send in the contact-->

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	Mon Nov 24 11:30:46 2008
@@ -23,7 +23,7 @@
   <!-- which transport to use for register -->
   <!--<param name="register-transport" value="udp"/>-->
   <!--How many seconds before a retry when a failure or timeout occurs -->
-  <!--<param name="retry_seconds" value="30"/>-->
+  <!--<param name="retry-seconds" value="30"/>-->
   <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
   <!--<param name="caller-id-in-from" value="false"/>-->
   <!--extra sip params to send in the contact-->

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	Mon Nov 24 11:30:46 2008
@@ -23,7 +23,7 @@
   <!-- which transport to use for register -->
   <!--<param name="register-transport" value="udp"/>-->
   <!--How many seconds before a retry when a failure or timeout occurs -->
-  <!--<param name="retry_seconds" value="30"/>-->
+  <!--<param name="retry-seconds" value="30"/>-->
   <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
   <!--<param name="caller-id-in-from" value="false"/>-->
   <!--extra sip params to send in the contact-->



More information about the Freeswitch-svn mailing list