Re: [Sip-implementors] Dynamic codecs having same payload name as of static codecs

2011-10-14 Thread Worley, Dale R (Dale)
> From: Aman Aggarwal [aman.aggar...@aricent.com] > > Can the dynamic codec have the same payload name as that of static > codec in rtpmap attribute? > > Please check the below SDP format:- > >m=audio 32420 RTP/AVP 8 0 98 99 >a=rtpmap:8 PCMA/8000 >a=rtpmap:0 PCMU/8000 >a=rtpmap:9

Re: [Sip-implementors] Dynamic codecs having same payload name as of static codecs

2011-10-14 Thread Shanbhag, Somesh (NSN - IN/Bangalore)
-implementors Subject: RE: [Sip-implementors] Dynamic codecs having same payload name as of static codecs Yes, they can have the same. While parsing, a=rtpmap takes the highest precedence. We had encountered a similar situation in iterop where in we had to change the code to take from the a=rtpmap

Re: [Sip-implementors] Dynamic codecs having same payload name as of static codecs

2011-10-13 Thread Aman Aggarwal
: Friday, October 14, 2011 11:11 AM To: sip-implementors Subject: [Sip-implementors] Dynamic codecs having same payload name as of static codecs Hi All, Can the dynamic codec have the same payload name as that of static codec in rtpmap attribute? Please check the below SDP format:- m=audio

Re: [Sip-implementors] Dynamic codecs having same payload name as of static codecs

2011-10-13 Thread Shanbhag, Somesh (NSN - IN/Bangalore)
-implementors Subject: [Sip-implementors] Dynamic codecs having same payload name as of static codecs Hi All, Can the dynamic codec have the same payload name as that of static codec in rtpmap attribute? Please check the below SDP format:- m=audio 32420 RTP/AVP 8 0 98 99 a=rtpmap:8 PCMA/8000 a

[Sip-implementors] Dynamic codecs having same payload name as of static codecs

2011-10-13 Thread Aman Aggarwal
Hi All, Can the dynamic codec have the same payload name as that of static codec in rtpmap attribute? Please check the below SDP format:- m=audio 32420 RTP/AVP 8 0 98 99 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:98 PCMA/8000 a=rtpmap:99 PCMU/8000 RFC 3264 do mention tha