Opened 14 years ago
Closed 14 years ago
#1237 closed defect (fixed)
Incoming SDP reoffer containing secured and unsecured media gets rejected in SRTP mandatory mode
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-dev |
Component: | pjmedia | Version: | 2.0-dev-branch |
Keywords: | sipit28 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
Scenario:
- In SRTP mandatory mode, call established with 2 media: active audio with SRTP enabled and inactive video (port 0).
- Remote send re-offer with three SDP media lines: audio with RTP/SAVP+crypto, deactivated video (port 0) with RTP/SAVP without crypto, audio with RTP/AVP without crypto.
- We reject the re-INVITE with 488 (actual error code PJMEDIA_SRTP_ESDPREQCRYPTO).
It should not be rejected as the first media in the reoffer is actually acceptable.
Change History (2)
comment:1 Changed 14 years ago by nanang
- Description modified (diff)
- Summary changed from SDP parsing, validation, and negotiation issues to Incoming SDP reoffer containing secured and unsecured media gets rejected in SRTP mandatory mode
comment:2 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3560]) Fix #1237, #1238, #1241: