Changes between Initial Version and Version 4 of Ticket #668
- Timestamp:
- Jun 4, 2010 1:54:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #668
- Property Status changed from new to closed
- Property Summary changed from Use empty media descriptor when rejecting SDP media lines to Omit media attributes when rejecting SDP media lines
- Property Resolution changed from to fixed
- Property Milestone changed from release-1.0.1 to release-1.7
-
Ticket #668 – Description
initial v4 1 1 Currently when we reject a media line in SDP offer, we copy the media descriptor from the offer in the answer and set the port to zero. 2 2 3 This works fine. However this may create some confusions when troubleshooting a problem, therefore using empty media descriptor (m= line with zero format) may be preferable and perhaps even more efficient. 4 5 Since this may cause interop problems as some endpoints may not allow m= line with zero formats (even though this is perfectly legal), this feature should be made configurable by compile time setting. 3 This works fine. However this may create some confusions when troubleshooting a problem, therefore using simpler structure of media descriptor (m= line with port 0 without any 'a=' lines) may be preferable and perhaps even more efficient.