#1233 closed defect (fixed)
Wrong SDP media transport parsed when the media line has no format
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjmedia | Version: | trunk |
Keywords: | sipit28 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
There are some implementations that put no format list on disabled/rejected media, e.g:
m=audio 0 RTP/AVP m=audio 2000 RTP/AVP 0
The SDP parser will return RTP/AVP\nm=audio for the transport of the first SDP media.
Change History (4)
comment:1 Changed 14 years ago by nanang
- Description modified (diff)
- Summary changed from Wrong SDP media transport parsed when no the media line has no format listed to Wrong SDP media transport parsed when the media line has no format
comment:2 Changed 14 years ago by nanang
- Description modified (diff)
comment:3 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 14 years ago by nanang
- Keywords sipit28 added
Note: See
TracTickets for help on using
tickets.
(In [3541]) Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line without format list.