Module: sip-router
Branch: master
Commit: 01f1e80610310ed00c4657724c05280831ba594f
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01f1e80610310ed00c4657724c05280831ba594f

Author: Andrei Pelinescu-Onciul <[email protected]>
Committer: Andrei Pelinescu-Onciul <[email protected]>
Date:   Mon Feb 22 14:53:42 2010 +0100

tm: tm onreply route has now TM_ONREPLY_ROUTE type

---

 modules/tm/t_reply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c
index 850442e..d0a58ed 100644
--- a/modules/tm/t_reply.c
+++ b/modules/tm/t_reply.c
@@ -2020,7 +2020,7 @@ int reply_received( struct sip_msg  *p_msg )
                uac->request.dst.send_flags.blst_imask & BLST_503;
        /* processing of on_reply block */
        if (t->on_reply) {
-               set_route_type(ONREPLY_ROUTE);
+               set_route_type(TM_ONREPLY_ROUTE);
                /* transfer transaction flag to message context */
                if (t->uas.request) p_msg->flags=t->uas.request->flags;
                /* set the as avp_list the one from transaction */


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to