Opened 8 years ago
Closed 7 years ago
#2014 closed defect (fixed)
When receiving an SDP answer for SRTP, process the tag correctly based on the offer
Reported by: | riza | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.7 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Related to r5500 which attempts to restart crypto numbering from 1 on a re-INVITE. Currently, the tag matching is not based on the offer, but the index of the crypto suite setting.
This patch will match the tag using the offer.
Thanks to Colin Morelli for the report.
Change History (2)
comment:1 Changed 8 years ago by riza
comment:2 Changed 7 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r5588:
Fix #2014: Related to r5500, when receiving an SDP answer for SRTP, process the tag correctly based on the offer.