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.

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

Reply via email to