<div>
<div>Olle,</div>
<div>&nbsp;</div>
<div>It depends on&nbsp;how strictly the UA adheres to the offer/answer model. The issue&nbsp;would be&nbsp;that a RE-INVITE from&nbsp;Asterisk will&nbsp;have the version number&nbsp;incremented by more than one, which will break the following rule.</div>

<div>&nbsp;</div>
<div>Quoting from RFC 3264 Section 8:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; When issuing an offer that modifies the session,<br>&nbsp;&nbsp; the &quot;o=&quot; line of the new SDP MUST be identical to that in the<br>&nbsp;&nbsp; previous SDP, except that the version in the origin field MUST<br>&nbsp;&nbsp; increment by one from the previous SDP. 
</div>
<div>&nbsp;</div>
<div>That said, I agree that most UAs&nbsp;do not check this. What&#39;s a bit more alarming fundamentally&nbsp;is that Asterisk is creating a new answer SDP to respond to an INVITE retransmission. An RFC 3261 compliant implementation&nbsp;MUST send an exact&nbsp;copy of the previous SIP response. Anyway, I realize that Asterisk is not inherently RFC 3261 compliant.
</div>
<div>&nbsp;</div>
<div>Raj</div>
<div>&nbsp;</div>
<div>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt;<br>&gt; Asterisk sends 200 OK:<br>&gt; o=root 16300 16300 IN IP4 203.89.nnn.nnn<br>&gt;<br>&gt; Asterisk sends 200 OK (retransmission):
<br>&gt; o=root 16300 16301 IN IP4 203.89.nnn.nnn<br>&gt;<br>&nbsp;<br>Raj,<br>That&#39;s an interesting observation. Do you think this will cause any<br>issues? Even though it&#39;s not<br>beautiful, I fail to see why a UA would check that.
<br><br>/O<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>