[sr-dev] [tracker] Comment added: Handling t_on_reply when use in event_route

sip-router bugtracker at sip-router.org
Thu Nov 21 17:36:02 CET 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#371 - Handling t_on_reply when use in event_route
User who did this - Daniel-Constantin Mierla (miconda)

----------
Can you try the next patch? It is for master branch, but is small and should be easy to adapt for 4.0.

<code>
diff --git a/modules/tm/uac.c b/modules/tm/uac.c
index 8f54dbe..ecdc357 100644
--- a/modules/tm/uac.c
+++ b/modules/tm/uac.c
@@ -426,6 +426,9 @@ static inline int t_uac_prepare(uac_req_t *uac_r,
        }
 #endif

+       new_cell->uac[0].on_reply = new_cell->on_reply;
+       new_cell->uac[0].on_failure = new_cell->on_failure;
+
        new_cell->method.s = buf;
        new_cell->method.len = uac_r->method->len;
</code>
----------

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=371#comment1175

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the sr-dev mailing list