[Freeswitch-svn] [commit] r11870 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/nta
FreeSWITCH SVN
mikej at freeswitch.org
Wed Feb 11 09:37:22 PST 2009
Author: mikej
Date: Wed Feb 11 11:37:22 2009
New Revision: 11870
Log:
Fri Feb 6 05:16:13 CST 2009 Pekka Pessi <first.last at nokia.com>
* nta: consider route as set if it is included when creating a leg
Modified:
freeswitch/trunk/libs/sofia-sip/.update
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update (original)
+++ freeswitch/trunk/libs/sofia-sip/.update Wed Feb 11 11:37:22 2009
@@ -1 +1 @@
-Wed Feb 11 11:22:43 CST 2009
+Wed Feb 11 11:37:16 CST 2009
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c Wed Feb 11 11:37:22 2009
@@ -4134,7 +4134,7 @@
leg->leg_remote = sip_from_make(home, to_str);
if (route && route != NONE)
- leg->leg_route = sip_route_dup(home, route);
+ leg->leg_route = sip_route_dup(home, route), leg->leg_route_set = 1;
if (contact && contact != NONE) {
sip_contact_t m[1];
More information about the Freeswitch-svn
mailing list