I&#39;ll look at implementing that but it sounds like the &quot;use_init_sdp&quot; parameter is the answer to my issue but it doesn&#39;t include the initial SDP message in my re-invite.  <div><br></div><div>I am a little confused how to go about this because I found this post by Anca</div>
<div><a href="http://opensips-open-sip-server.1449251.n2.nabble.com/B2BUA-Refer-scenario-not-sending-SDP-td6710874.html#a6712915">http://opensips-open-sip-server.1449251.n2.nabble.com/B2BUA-Refer-scenario-not-sending-SDP-td6710874.html#a6712915</a></div>
<div><br></div><div>So in her post the re-INVITE shouldn&#39;t have any SDP and then you add the SDP in the the 200OK.  My SIP Provider says they will not allow a re-INVITE without a SDP message.  And when you read the description for the &quot;use_init_sdp&quot; parameter it says &quot;<span style="font-family:Helvetica,Arial;font-size:12px;text-align:justify;background-color:rgb(255,255,255)">The correct way is to send an Invite without a body in this case, but it has been observed that not many gateways support this&quot;.  Sure enough my SIP Providers gateways don&#39;t support a re-INVITE without SDP.</span></div>
<div><span style="font-family:Helvetica,Arial;font-size:12px;text-align:justify;background-color:rgb(255,255,255)"><br></span></div><div><span style="font-family:Helvetica,Arial;font-size:12px;text-align:justify;background-color:rgb(255,255,255)">Any other thoughts on this?</span></div>
<div><span style="font-family:Helvetica,Arial;font-size:12px;text-align:justify;background-color:rgb(255,255,255)">  </span><br><br><div class="gmail_quote">On Mon, Oct 8, 2012 at 3:35 AM, Binan AL Halabi <span dir="ltr">&lt;<a href="mailto:binanalhalabi@yahoo.com" target="_blank">binanalhalabi@yahoo.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><div style="font-size:10pt;font-family:times new roman,new york,times,serif">Hi Duane,<br><br>Try to add SDP body manually if it is not added:<br>
- Save the original SDP ($rb) somewhere before calling b2b_init_request() function.<br>- Add it to reInvite in local_route. <br><div><span><br></span></div><div>//Binan<br></div>  <div style="font-family:times new roman,new york,times,serif;font-size:10pt">
 <div style="font-family:times new roman,new york,times,serif;font-size:12pt"> <div dir="ltr"> <font face="Arial"> <hr size="1">  <b><span style="font-weight:bold">Från:</span></b> Duane Larson &lt;<a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>&gt;<br>
 <b><span style="font-weight:bold">Till:</span></b> OpenSIPS users mailling list &lt;<a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a>&gt; <br> <b><span style="font-weight:bold">Skickat:</span></b> måndag, 8 oktober 2012 0:23<br>
 <b><span style="font-weight:bold">Ämne:</span></b> [OpenSIPS-Users] B2BUA - Transfer Issue because of no SDP<br> </font> </div><div><div class="h5"> <br>
<div>I have a couple of issues with transferring calls when my SIP provider is involved.<div><br></div><div>Issue #1 - Call comes from SIP Provider to Customer A100.  Customer A100 picks up.  Customer A100 transfers call to Customer A102.  While Customer A102&#39;s phone is ringing the SIP Provider user on the line doesn&#39;t hear anything at all.</div>

<div><br></div><div>Issue #2 - Call comes from Customer A100 to someone on the PSTN network via my SIP Provider.  PSTN user picks up.  Customer A100 transfers call to Customer A102.  This fails because SIP Provider sends me a 603 Decline.</div>

<div><br></div><div><br></div><div>I have talked with my provider and they say both scenarios are due to the fact that I am sending a Re-Invite without any SDP message.  On my B2BUA OpenSIPS server I am using the REFER scenario and also have the following in my config</div>

<div>modparam(&quot;b2b_logic&quot;, &quot;use_init_sdp&quot;, 1)</div><div><br></div><div>Here is my refer b2bua script</div><div><br></div><div><div>&lt;?xml version=&quot;1.0&quot;?&gt;</div><div>&lt;scenario id=&quot;refer&quot; name=&quot;Handle refer at server&quot; param=&quot;0&quot; type=&quot;script&quot;&gt;</div>

<div>  &lt;init&gt;</div><div>    &lt;bridge&gt;</div><div>      &lt;server&gt;</div><div>        &lt;id&gt;server1&lt;/id&gt;</div><div>      &lt;/server&gt;</div><div>      &lt;client&gt;</div><div>        &lt;id&gt;client1&lt;/id&gt;</div>

<div>        &lt;type&gt;message&lt;/type&gt;</div><div>        &lt;destination&gt;</div><div>          &lt;value type=&quot;initial&quot;&gt;server1&lt;/value&gt;</div><div>        &lt;/destination&gt;</div><div>      &lt;/client&gt;</div>

<div>    &lt;/bridge&gt;</div><div>  &lt;/init&gt;</div><div><br></div><div>  &lt;rules&gt;</div><div>     &lt;request&gt;</div><div>       &lt;refer&gt;</div><div>         &lt;rule id=&quot;1&quot;&gt;</div><div>           &lt;action&gt;</div>

<div>             &lt;send_reply&gt;</div><div>               &lt;code&gt;202&lt;/code&gt;</div><div>               &lt;reason&gt;Accepted&lt;/reason&gt;</div><div>             &lt;/send_reply&gt;</div><div>             &lt;end_dialog_leg/&gt;</div>

<div>             &lt;bridge&gt;</div><div>               &lt;client&gt;</div><div>                 &lt;peer/&gt;</div><div>               &lt;/client&gt;</div><div>               &lt;client&gt;</div><div>                 &lt;id&gt;client2&lt;/id&gt;</div>

<div>                 </div><div>                 &lt;destination&gt;</div><div>                   &lt;value type=&quot;header&quot;&gt;Refer-To&lt;/value&gt;</div><div>                 &lt;/destination&gt;</div><div>               &lt;/client&gt;</div>

<div>             &lt;/bridge&gt;</div><div>           &lt;/action&gt;</div><div>         &lt;/rule&gt;</div><div>       &lt;/refer&gt;</div><div>    &lt;/request&gt;</div><div>  &lt;/rules&gt;</div><div>&lt;/scenario&gt;</div>

</div><div><br></div><div><br></div><div>Anyone have an idea what I am doing wrong?</div>
</div><br></div></div>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br><br> </div> </div>  </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" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>--<br>*--*--*--*--*--*<br>Duane<br>*--*--*--*--*--*<br>--<br>
</div>