|
Hi All, While adding a new media stream is it MUST
to add a new ‘M’ line in the SDP or existing ‘M’ line
can be replaced with the new one. Please go through the below specified
example and clarify me which is the correct way of implementing? Example 1: ======== Initial INVITE: m=audio 7100 RTP/AVP 0 101 a=rtcp:7101 a=sendonly a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 Re-Invite: m=image 20112 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:1440 Example 2: ======== Initial INVITE: m=audio 7100 RTP/AVP 0 101 a=rtcp:7101 a=sendonly a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 Re-Invite: m=audio 7100 RTP/AVP 0 101 a=rtcp:7101 a=sendonly a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 m=image 5080 udptl t38 c=IN IP4 10.101.210.30 a=T38FaxVersion:0 Thanks, Jayantheesh
|
_______________________________________________ Sip mailing list https://www.ietf.org/mailman/listinfo/sip This list is for NEW development of the core SIP Protocol Use sip-implementors at cs.columbia.edu for questions on current sip Use sipping at ietf.org for new developments on the application of sip