Hi,
RFC2543: If the callee wants to neither send nor receive a stream
offered by the caller, the callee sets the port number of that stream to
zero in its media description.
RFC2327: The connection (`c=') and attribute (`a=') information in the
session-level section applies to all the media of that session unless
overridden by connection information or an attribute of the same name in
the media description.
RFC2327: RTP profiles that specify the use of dynamic payload types must
define the set of valid encoding names and/or a means to register
encoding names if that profile is to be used with SDP.
 
Suppose I want to decline the audio stream I received in the offer, and
I'm not using the connection attribute in the session-level.
Please take a look on the following answer:
v=0 

o=Me 1234567 1234567 IN IP4 1.2.3.4 

s=My Session 

b=CT:384 

t=0 0 

m=audio 0 RTP/AVP 8 101 

m=video 10004 RTP/AVP 34 

c=IN IP4 1.2.3.4 

a=rtpmap:34 H263/90000 




I have 2 questions here:
1. Is it valid not to put the connection information in the declined
audio media section?
2. Is it valid not to put rtpmap attribute for the dynamic payload (101)
in the declined audio media line?
 
Thanks,
Erez
 
_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to