Module: kamailio
Branch: 4.3
Commit: 9b1b8a70aaac447624c4633c169dde3b84542b66
URL: 
https://github.com/kamailio/kamailio/commit/9b1b8a70aaac447624c4633c169dde3b84542b66

Author: Federico Cabiddu <[email protected]>
Committer: Federico Cabiddu <[email protected]>
Date: 2015-09-22T16:19:03+02:00

tsilo: don't force destination protocol on branches added by t_append_branches

(cherry picked from commit 6bdddb99d7bca42897b2c0f96a87c49b97efd8ac)

---

Modified: modules/tm/t_append_branches.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/9b1b8a70aaac447624c4633c169dde3b84542b66.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9b1b8a70aaac447624c4633c169dde3b84542b66.patch

---

diff --git a/modules/tm/t_append_branches.c b/modules/tm/t_append_branches.c
index d32ac1a..2c296fb 100644
--- a/modules/tm/t_append_branches.c
+++ b/modules/tm/t_append_branches.c
@@ -128,7 +128,7 @@ int t_append_branches(void) {
                new_branch=add_uac( t, orig_msg, &current_uri,
                                        (dst_uri.len) ? (&dst_uri) : 
&current_uri,
                                        &path, 0, si, orig_msg->fwd_send_flags,
-                                       orig_msg->rcv.proto, 
(dst_uri.len)?-1:UAC_SKIP_BR_DST_F, &instance,
+                                       PROTO_NONE, 
(dst_uri.len)?-1:UAC_SKIP_BR_DST_F, &instance,
                                        &ruid, &location_ua);
                
                LM_DBG("added branch [%.*s] with ruid [%.*s]\n", 
current_uri.len, current_uri.s, ruid.len, ruid.s);


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

Reply via email to