Opened 18 years ago
Closed 18 years ago
#75 closed defect (fixed)
SDP validation failed when port is zero and no format is specified
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjmedia | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This would fail the SDP validation:
m=video 0 RTP/AVP
The SDP validation (pjmedia_sdp_validate() should allow empty format when the port is zero.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r900.