]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_sofia: use rfc recommended default session timeout of 30 min according to RFC...
authorMichael Jerris <mike@jerris.com>
Mon, 31 May 2010 13:39:36 +0000 (09:39 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 31 May 2010 13:39:36 +0000 (09:39 -0400)
conf/sip_profiles/internal-ipv6.xml
conf/sip_profiles/internal.xml
src/mod/endpoints/mod_sofia/mod_sofia.h

index 1e9019a7209ffc616a320f44902b0470b1eb7884..37ff58b31039e63807bd0e2adce529a4b0f138f0 100644 (file)
@@ -35,7 +35,7 @@
     <!--max number of open dialogs in proceeding -->
     <!--<param name="max-proceeding" value="1000"/>-->
     <!--session timers for all call to expire after the specified seconds -->
-    <!--<param name="session-timeout" value="120"/>-->
+    <!--<param name="session-timeout" value="1800"/>-->
     <!--<param name="multiple-registrations" value="true"/>-->
     <!--set to 'greedy' if you want your codec list to take precedence -->
     <param name="inbound-codec-negotiation" value="generous"/>
index 45058c247f03c9d9ceba9fe9d1400d981a3e8cb1..dd1595d5ba717810d271fa8ac2d7190b46114d33 100644 (file)
     <!--max number of open dialogs in proceeding -->
     <!--<param name="max-proceeding" value="1000"/>-->
     <!--session timers for all call to expire after the specified seconds -->
-    <!--<param name="session-timeout" value="120"/>-->
+    <!--<param name="session-timeout" value="1800"/>-->
     <!-- Can be 'true' or 'contact' -->
     <!--<param name="multiple-registrations" value="contact"/>-->
     <!--set to 'greedy' if you want your codec list to take precedence -->
index d16b9e2c7be9ef2d40cb0f4de6e25418d02642f5..be50dba83f0b1e0eb06d0f5d8e25b3f5526f5059 100644 (file)
@@ -45,7 +45,7 @@
 #define HAVE_APR
 #include <switch.h>
 #include <switch_version.h>
-#define SOFIA_NAT_SESSION_TIMEOUT 20
+#define SOFIA_NAT_SESSION_TIMEOUT 1800
 #define SOFIA_MAX_ACL 100
 #ifdef _MSC_VER
 #define HAVE_FUNCTION 1