Fri Feb 6 05:16:13 CST 2009 Pekka Pessi <first.last@nokia.com>

* 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
This commit is contained in:
Michael Jerris 2009-02-11 17:37:22 +00:00
parent 2d30b99fa8
commit a53ebf2c0d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Wed Feb 11 11:22:43 CST 2009
Wed Feb 11 11:37:16 CST 2009

View 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];