]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tue Oct 2 10:51:22 EDT 2007 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Nov 2008 11:55:47 +0000 (11:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Nov 2008 11:55:47 +0000 (11:55 +0000)
  * outbound.c: Do keepalives even when no NAT was detected

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10348 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/outbound.c

index 47769799f6dfa7a2aa37910fa4753f3d8b31b24a..852d4417fb852c0b764c755036f5c186e51b0e47 100644 (file)
@@ -1 +1 @@
-Mon Oct  6 17:52:55 EDT 2008
+Wed Nov 12 11:22:49 EST 2008
index 3f4d8e294b25401e99584b62cc330d279cd0256d..f9f571278e41d0dbed8cd208dada18825cbef98d 100644 (file)
@@ -677,7 +677,7 @@ void outbound_start_keepalive(outbound_t *ob,
     interval = ob->ob_prefs.interval;
   need_to_validate = ob->ob_prefs.validate && !ob->ob_validated;
 
-  if (!ob->ob_nat_detected || !register_transaction ||
+  if (!register_transaction ||
       !(need_to_validate || interval != 0)) {
     outbound_stop_keepalive(ob);
     return;