Module: sip-router
Branch: tmp/build_request
Commit: e17e027c920235fe0726b8948f647d76afb86ac7
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e17e027…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jul 9 11:56:26 2009 +0200
tm: updated execution of event route
- use the new run_top_route() signature
---
modules/tm/uac.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/uac.c b/modules/tm/uac.c
index e5aab83..0a238bd 100644
--- a/modules/tm/uac.c
+++ b/modules/tm/uac.c
@@ -358,7 +358,7 @@ static inline int t_uac_prepare(uac_req_t *uac_r,
/* run the route */
backup_route_type = get_route_type();
set_route_type(LOCAL_ROUTE);
- run_top_route(event_rt.rlist[rt], &lreq);
+ run_top_route(event_rt.rlist[rt], &lreq, 0);
set_route_type( backup_route_type );
/* restore original environment */