Module: kamailio Branch: master Commit: 632304b90f9af7151c99f98ec63ddbecca31df9c URL: https://github.com/kamailio/kamailio/commit/632304b90f9af7151c99f98ec63ddbec...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/632304b90f9af7151c99f98ec63ddbec... Patch: https://github.com/kamailio/kamailio/commit/632304b90f9af7151c99f98ec63ddbec...
---
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.