mirror of https://github.com/sipwise/kamailio.git
parent
d3001c9e7a
commit
2ff07db4b3
@ -0,0 +1,10 @@
|
||||
--- a/modules/tmx/t_var.c
|
||||
+++ b/modules/tmx/t_var.c
|
||||
@@ -472,6 +472,7 @@ int pv_get_tm_reply_code(struct sip_msg
|
||||
} else {
|
||||
switch (get_route_type()) {
|
||||
case REQUEST_ROUTE:
|
||||
+ case BRANCH_ROUTE:
|
||||
/* use the status of the last sent reply */
|
||||
code = t->uas.status;
|
||||
break;
|
||||
Loading…
Reference in new issue