Changes between Initial Version and Version 4 of Ticket #668


Ignore:
Timestamp:
Jun 4, 2010 1:54:21 PM (14 years ago)
Author:
nanang
Comment:

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  
    11Currently 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. 
    22 
    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. 
     3This 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.