提交 a53ebf2c authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 2d30b99f
Wed Feb 11 11:22:43 CST 2009
Wed Feb 11 11:37:16 CST 2009
......@@ -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];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论