Enable transaction matching using callid and cseq values
instead of via md5 value.

Pre-Submission Checklist

Type Of Change

Checklist:

Description

Hello,

We had an issue with kamailio that the generated tm p_cell->md5 was not sent out in Via "branch=" parameter. Instead, other value was sent. Thus when comparing the replies Via "branch=" md5 value back to p_cell->md5, the transactions mismatched and dialogs were not setup. This happened for the most of the transactions/dialogs.

We could not really figure out why the above was happening. Because this was an isolated system, we decided to do this workaround using callid and cseq matching for transactions, and it helped. Now most of the dialogs are setup.

Let me know what you think, if other had this problem and if this PR helps.

Thank you,
Stefan


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2868

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.