* outbound.c: Retain keepalives even when 'natify' is disabled
Mon Oct 6 09:02:14 EDT 2008 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
* Resolved a conflict in outbound.c with the natify patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10350
d0543943-73ff-0310-b7d9-
9358b9ac24b2
-Wed Nov 12 11:22:49 EST 2008
+Wed Nov 12 11:25:43 EST 2008
udp = ob->ob_via && ob->ob_via->v_protocol == sip_transport_udp;
- if (ob->ob_prefs.natify &&
+ if (/* ob->ob_prefs.natify && */
/* On UDP, use OPTIONS keepalive by default */
(udp ? ob->ob_prefs.okeepalive != 0
/* Otherwise, only if requested */