]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fri Feb 6 05:16:13 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:37:22 +0000 (17:37 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:37:22 +0000 (17:37 +0000)
  * nta: consider route as set if it is included when creating a leg

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

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index 918f9a7080e61db60247a94caa332f94d64a64b3..61f9d44345dc897ebe89911be9e02ed5965414fa 100644 (file)
@@ -1 +1 @@
-Wed Feb 11 11:22:43 CST 2009
+Wed Feb 11 11:37:16 CST 2009
index 27b74950b85ece59c631639aa6d82831b8c8f135..49a718b3804b872d6386b0d83415f16426c2eb55 100644 (file)
@@ -4134,7 +4134,7 @@ nta_leg_t *nta_leg_tcreate(nta_agent_t *agent,
     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];