Opened 12 years ago
Last modified 12 years ago
#1556 closed defect
Fix From/To tag and Via branch comparison to be case insensitive — at Version 1
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | release-1.16 | Backported: | yes |
Description (last modified by ming)
This problem is originally reported by Regis Montoya (special thanks for the report) regarding the From/To? tag comparison.
From RFC 3261:
The "tag" parameter is used in the To and From header fields of SIP messages. It serves as a general mechanism to identify a dialog, which is the combination of the Call-ID along with two tags, one from each participant in the dialog.
Unless otherwise stated in the definition of a particular header field, field values, parameter names, and parameter values are case-insensitive.
We also extend the fix to cover the comparison of Via branch parameter used as transaction key to be case insensitive as well.
Change History (1)
comment:1 Changed 12 years ago by ming
- Description modified (diff)
- Summary changed from Fix From/To tag comparison to be case insensitive (thanks to Regis Montoya for the report) to Fix From/To tag and Via branch comparison to be case insensitive