Opened 14 years ago
Closed 14 years ago
#1143 closed defect (fixed)
Call problems between SRTP optional-with-duplicated-offer and SRTP disabled (thanks Bogdan Krakowski for the report)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.5 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Problems reported:
- no audio after call established
- crash when trying to re-invite/hold/update.
Steps to reproduce using pjsua app:
- instantiate pjsua A with SRTP mode 3 (optional with duplicated m lines in the offer)
- instantiate another pjsua B with SRTP mode 0 (disabled)
- pjsua A calls pjsua B, the first problem occurs here, pjsua A choose the encrypted media to be the active media (before call established), which later it is deactivated by pjsua B
- pjsua B sends re-invite/hold/update, the second problem occurs here, when SRTP transport_encode_sdp() accessing second media lines while actually only one media line generated.
Change History (1)
comment:1 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 [3334]) Fix #1143: