@henningw commented on this pull request.


> @@ -423,6 +463,7 @@ dlgs_item_t *dlgs_get_item(sip_msg_t *msg)
        while(it != NULL && it->hashid == hid) {
                if(cid->len == it->callid.len
                                && strncmp(cid->s, it->callid.s, cid->len) == 
0) {
+                       /* Don't check branch-id, spiraling or parallel forking 
not supported */

It was added to indicate that for the dlgs_get_item the Via branch id will be 
not checked. If it would be checked, it would break the tracking for spiralled 
calls according to our tests. But we can of course rephrase it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4595#discussion_r2925409790
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4595/review/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to