[sr-dev] git:master:632304b9: tm: copy branch flags in the new branch created by the dns failover
Daniel-Constantin Mierla
miconda at gmail.com
Wed Jul 19 11:13:08 CEST 2017
Module: kamailio
Branch: master
Commit: 632304b90f9af7151c99f98ec63ddbecca31df9c
URL: https://github.com/kamailio/kamailio/commit/632304b90f9af7151c99f98ec63ddbecca31df9c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-07-19T11:12:32+02:00
tm: copy branch flags in the new branch created by the dns failover
---
Modified: src/modules/tm/t_fwd.c
---
Diff: https://github.com/kamailio/kamailio/commit/632304b90f9af7151c99f98ec63ddbecca31df9c.diff
Patch: https://github.com/kamailio/kamailio/commit/632304b90f9af7151c99f98ec63ddbecca31df9c.patch
---
diff --git a/src/modules/tm/t_fwd.c b/src/modules/tm/t_fwd.c
index 64d1036ffc..ac55e3a4f8 100644
--- a/src/modules/tm/t_fwd.c
+++ b/src/modules/tm/t_fwd.c
@@ -1018,6 +1018,8 @@ int add_uac_dns_fallback(struct cell *t, struct sip_msg* msg,
t->uac[t->nr_of_outgoings].on_failure = old_uac->on_failure;
t->uac[t->nr_of_outgoings].on_reply = old_uac->on_reply;
t->uac[t->nr_of_outgoings].on_branch_failure = old_uac->on_branch_failure;
+ /* copy branch flags */
+ t->uac[t->nr_of_outgoings].branch_flags = old_uac->branch_flags;
if (cfg_get(tm, tm_cfg, reparse_on_dns_failover)){
/* Reuse the old buffer and only replace the via header.
More information about the sr-dev
mailing list