THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#117 - t_check_trans is not allowed in onreply_route
User who did this - Alex Hermann (axlh)
----------
Sorry, i was trying both as t_check_trans gave an error. But the same probably applies to
t_lookup_request.
I noticed the fix you committed, even though that works (and matches my patch :)), it is a
bit different from the 1.5 implementation. There this additional code is present to set
the branch value:
trans = get_t();
if ((trans == 0) || (trans == T_UNDEFINED))
return -1;
msg->branch_index = branch+1;
return 1;
Isn't that necessary anymore in 3.1?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=117#comment1…
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.