<br><br>
<div class="gmail_quote">On Tue, Jan 5, 2010 at 8:59 AM, Olle E. Johansson <span dir="ltr">&lt;<a href="mailto:oej@edvina.net">oej@edvina.net</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>4 jan 2010 kl. 14.46 skrev Kevin P. Fleming:<br>
<div>
<div></div>
<div class="h5"><br>&gt; hadi motamedi wrote:<br>&gt;<br>&gt;&gt; Sorry . I didn&#39;t get the point clearly . In the SIP Invite message , it<br>&gt;&gt; says &quot;my audio endpoint is IP x.x.x.x port x, and I can use codecs<br>
&gt;&gt; A,B,C&quot;. The remote endpoint responds with a 200 OK, saying &quot;my audio<br>&gt;&gt; stream is at IP y.y.y.y port y, and I choose codec B&quot;. Can you please do<br>&gt;&gt; me favor and let me know if my understanding is right or not ?<br>
&gt;&gt; Thank you<br>&gt;<br>&gt; No, you are not understanding the SDP offer/answer model properly. If<br>&gt; one endpoint offers codecs A, B and C in its SDP, it is willing to<br>&gt; *receive* media in those formats. The receiver of that offer can choose<br>
&gt; to send media to the offerer in any of those formats, at any time. If<br>&gt; the answering endpoint includes only codec B in its SDP, then it is<br>&gt; willing to *receive* only codec B. In that scenario, it is possible for<br>
&gt; media to flow from endpoint 1 to endpoint 2 using codec B, and from<br>&gt; endpoint 2 to endpoint 1 using codec A (or C), but this will not happen<br>&gt; if Asterisk is an endpoint in this scenario.<br>&gt;<br>&gt; When Asterisk receives a media frame, if the format of that frame is not<br>
&gt; the format that it is currently sending to the other endpoint, it will<br>&gt; switch to that format automatically. If it cannot do so because the<br>&gt; other endpoint did not offer to receive that format, then the call&#39;s<br>
&gt; audio will probably fail. This is the reason why I responded before that<br>&gt; Asterisk does not support asymmetric formats in a media session.<br>&gt;<br>&gt; In reality, it is extremely uncommon for a SIP endpoint to want to send<br>
&gt; media in a format that it is not also willing to receive; in fact, I<br>&gt; can&#39;t say I&#39;ve ever seen this situation arise in any testing I&#39;ve done<br>&gt; or in any issues reported in our issue tracker.<br>
<br></div></div>But it&#39;s fairly common to have asymmetric media in the call. If the caller offers A, B and C and the callee responds with B, the caller sends B but the callee might send A.<br><font color="#888888"><br>
/O<br></font>
<div>
<div></div>
<div class="h5">_______________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br><br>asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></div></blockquote></div>

<div><br> </div>
<div> </div>
<div>Sorry . You mean we can have asymmetric codecs in Asterisk ?</div>
<div> </div>