Changes between Initial Version and Version 2 of Ticket #1088
- Timestamp:
- Jun 3, 2010 12:23:23 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1088
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Summary changed from Assertion when receiving SDP answer containing disabled media without rtpmap attribute to Assertion when SDP negotiation processing SDP offer containing disabled media without rtpmap attribute
-
Ticket #1088 – Description
initial v2 1 Media line sample: 1 Here is the scenario to reproduce: 2 1. Receiving offer with one media line disabled and no rtpmap for dynamic PT (valid): 2 3 {{{ 3 m=audio 0 RTP/AVP 127 126 119 112 1114 (no a=rtpmap following for the dynamic payload type formats) 4 m=audio 5000 RTP/AVP 0 5 m=video 0 RTP/AVP 100 5 6 }}} 7 2. PJSUA answers similarly (no rtpmap for dynamic PT), e.g: 8 {{{ 9 m=audio 4000 RTP/AVP 0 10 a=rtcp:4001 IN IP4 192.168.1.30 11 a=rtpmap:0 PCMU/8000 12 a=sendrecv 13 m=video 0 RTP/AVP 100 14 }}} 15 3. PJSUA sends re-INVITE (using latest active local SDP as above), after receiving the answer, assertion raised in SDP negotiation. 16 17 The SIPp scenario can be found in {{{tests/pjsua/scripts-sipp/uac-inv-two-media-but-one-disabled-no-rtpmap.xml}}}.