<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Yes of course, you need to remove sdp as well while changing reply from 183 to 180,</p>
<p><a href="http://www.opensips.org/html/docs/modules/1.9.x/sipmsgops.html#id292832">http://www.opensips.org/html/docs/modules/1.9.x/sipmsgops.html#id292832</a></p>
<p>Thank you.</p>
<p>&nbsp;</p>
<p>On 2013-09-26 18:21, Jeff Pyle wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Muhammad,
<div>&nbsp;</div>
<div>That makes sense. &nbsp;I think in my case I would have to strip the SDP as well? &nbsp;Any thoughts on the media sent from the b-leg back to the a-leg when it's not being expected (because there is no SDP)?</div>
<div>&nbsp;</div>
<div class="gmail_extra"><br clear="all" />
<div>
<div dir="ltr">
<div>- Jeff</div>
<div>&nbsp;</div>
</div>
</div>
<br /><br />
<div class="gmail_quote">On Tue, Sep 24, 2013 at 11:03 PM, Muhammad Shahzad Shafi <span>&lt;<a href="mailto:shahzad@voip-demos.com">shahzad@voip-demos.com</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0  0  0  .8ex; border-left: 1px  #ccc  solid; padding-left: 1ex;"><span style="text-decoration: underline;"></span>
<div>
<p>Well, you have to sacrifice 183 Early Media, since converting 183 to 180 is far more easy and convenient then converting 180 to 183 (since then you have to involve a media server, which is not going to be so easy).</p>
<p>Therefore, my advice would be to change all 183 from that carrier to 180 response. You can use change_reply_status method,</p>
<p><a href="http://www.opensips.org/html/docs/modules/1.9.x/sipmsgops.html#change_reply_status">http://www.opensips.org/html/docs/modules/1.9.x/sipmsgops.html#change_reply_status</a></p>
<p>Thank you.</p>
<div>
<div class="h5">
<p>&nbsp;</p>
<p>On 2013-09-25 03:05, Jeff Pyle wrote:</p>
<blockquote style="padding-left: 5px; border-left: #1010ff  2px  solid; margin-left: 5px; width: 100%;">
<div dir="ltr">No takers? &nbsp;:)
<div>&nbsp;</div>
<div>I wonder if it's possible to script this in a B2BUA scenario? &nbsp;I'm not sure how one would do detection of 180 without SDP versus 180/183 with SDP in B2B-land. &nbsp;Or, what to do from there once it knew.</div>
<div>&nbsp;</div>
<div class="gmail_extra"><br clear="all" />
<div>
<div dir="ltr">
<div>- Jeff</div>
<div>&nbsp;</div>
</div>
</div>
<br /><br />
<div class="gmail_quote">On Mon, Sep 23, 2013 at 10:43 AM, Jeff Pyle <span>&lt;<a href="mailto:jpyle@fidelityvoice.com">jpyle@fidelityvoice.com</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0  0  0  .8ex; border-left: 1px  #ccc  solid; padding-left: 1ex;">
<div dir="ltr">Hi Laszlo,
<div>&nbsp;</div>
<div>Unfortunately the effect for the caller would be the same - ringback would stop.</div>
<div>&nbsp;</div>
<div>Here's the whole flow. &nbsp;My terminating gateway is SIP to ISDN PRI. &nbsp;Call terminates through the gateway to a particular mobile switching office. &nbsp;I receive an ISDN PROGRESS message with inband audio. &nbsp;This translates to the 183 with SDP. &nbsp;Then I receive an ALERTING message with no inband audio. &nbsp;This translates to the 180. &nbsp;When the MSO sends the ALERTING, it has stopped sending the inband audio from the previous PROGRESS message. &nbsp;</div>
<div>&nbsp;</div>
<div>I'm thinking I need to do something else in the onreply_route to connect to the media server for a new 183. &nbsp;Since I've executed t_relay to route the INVITE to the gateway, it seems my options are limited.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>- Jeff</div>
<div>&nbsp;&nbsp; &nbsp;</div>
</div>
<div class="gmail_extra"><br clear="all" />
<div>
<div dir="ltr">
<div>&nbsp;</div>
<div>--</div>
<div>Jeff Pyle &lt;<a href="mailto:jpyle@fidelityvoice.com">jpyle@fidelityvoice.com</a>&gt;<br /> Director, Voice Engineering<br /> Fidelity Voice and Data<br /> 216-245-4106<br /><a href="http://www.fidelityvoice.com">www.fidelityvoice.com</a><br /><br /></div>
</div>
</div>
<div>
<div><br /><br />
<div class="gmail_quote">On Mon, Sep 23, 2013 at 8:57 AM, Laszlo <span>&lt;<a href="mailto:laszlo@voipfreak.net">laszlo@voipfreak.net</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0  0  0  .8ex; border-left: 1px  #ccc  solid; padding-left: 1ex;">
<div dir="ltr">
<div>What if you simply drop the 180 in the onreply_route?<br /><br /></div>
-Laszlo</div>
<div class="gmail_extra"><br /><br />
<div class="gmail_quote">2013/9/23 Jeff Pyle <span>&lt;<a href="mailto:jpyle@fidelityvoice.com">jpyle@fidelityvoice.com</a>&gt;</span><br />
<blockquote class="gmail_quote" style="margin: 0  0  0  .8ex; border-left: 1px  #ccc  solid; padding-left: 1ex;">
<div>
<div>
<div dir="ltr">Hello,
<div>&nbsp;</div>
<div>I have one particular PSTN call flow that causes a 183 with SDP, then a 180 without SDP prior to 200 OK. &nbsp;Some of my customer endpoints don't handle the 180 properly after a 183 and they cease to hear ringback.</div>
<div>&nbsp;</div>
<div>I'm thinking through how intercept the 180 and convert it to a 183 with SDP. &nbsp;I have a media server available to generate the 183 and the media. &nbsp;I'm struggling with how to relay the INVITE to the media server when the 180 arrives in the middle of the call setup.</div>
<div>&nbsp;</div>
<div>Any recommendations are appreciated.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Jeff</div>
<div>&nbsp;</div>
</div>
</div>
</div>
_______________________________________________<br /> Users mailing list<br /><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br /><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br /><br /></blockquote>
</div>
<span><span><span style="color: #888888;"><br /><br clear="all" /><br />-- <br /></span></span></span>
<div dir="ltr">
<div>
<div>
<div><br />--</div>
Kind regards,</div>
Laszlo Bekesi</div>
<a href="http://voipfreak.net">http://voipfreak.net</a></div>
</div>
<br />_______________________________________________<br /> Users mailing list<br /><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br /><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br /><br /></blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
<div>
<pre>-- 
Mit freundlichen Gr&uuml;&szlig;en
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: <a href="mailto:shari_786pk@hotmail.com">shari_786pk@hotmail.com</a>
Email: <a href="mailto:shaheryarkh@googlemail.com">shaheryarkh@googlemail.com</a></pre>
</div>
</div>
<br />_______________________________________________<br /> Users mailing list<br /><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br /><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br /><br /></blockquote>
</div>
</div>
</div>
</blockquote>
<div>
<pre>-- 
Mit freundlichen Gr&uuml;&szlig;en
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: shari_786pk@hotmail.com
Email: shaheryarkh@googlemail.com</pre>
</div>
</body></html>