]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert part of the reverting from the reverted revert. (see r7833, the fun continues)
authorMichael Jerris <mike@jerris.com>
Sat, 8 Mar 2008 00:12:57 +0000 (00:12 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 8 Mar 2008 00:12:57 +0000 (00:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7839 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/nua/nua_params.c

index 270309ce5bcf78bf00cbe1ad5e0a812be4d5dd9a..5568639b237d34279099b12ef04792ca437bccec 100644 (file)
@@ -177,6 +177,7 @@ int nua_stack_set_defaults(nua_handle_t *nh,
   NHP_SET(nhp, refer_with_id, 1);
 
   NHP_SET(nhp, substate, nua_substate_active);
+  NHP_SET(nhp, sub_expires, 3600);
 
   NHP_SET(nhp, allow, sip_allow_make(home, nua_allow_str));
   NHP_SET(nhp, supported, sip_supported_make(home, "timer, 100rel"));