Opened 14 years ago
Closed 14 years ago
#1241 closed defect (fixed)
Assertion if remote removes media line
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-dev |
Component: | pjsua-lib | Version: | 2.0-dev-branch |
Keywords: | sipit28 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
To reproduce:
- We send INVITE with video
- RX 200 OK without m=video
- call is established
- RX re-INVITE, without m=video
- assertion in transport_srtp.c:1299 âpj_assert(sdp_remote && m_rem);â
Ref: voxeo
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 [3560]) Fix #1237, #1238, #1241: