<div dir="ltr"><div><div><div><div><br></div>Bogdan,<br><br></div>Thanks for your help!<br><br></div>I would like to apologize for that, it was my mistake, my PBX was sending both TO headers, and I couldn&#39;t identify that on call trace. I fixed the problem and now it&#39;s working!<br>

<br></div><div>Thanks!<br><br></div><div>Regards,<br>Jeryes<br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/2/26 Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    All sequential requests of the b2b dialogs will not be visible in
    the script. The fact that you get the ACK in the script means
    opensips b2b failed to match the ACK with any of the b2b dialogs.<br>
    And looking at the trace, this happens because of the bogus TO tag
    in the ACK request ; the bogus tag param is a result of the double
    TO hdr in the 200 OK from b2b to carrier :<div class="im"><br>
    <br>
    U <a href="http://192.168.191.149:6060" target="_blank">192.168.191.149:6060</a>
    -&gt; <a href="http://204.11.180.165:5080" target="_blank">204.11.180.165:5080</a><br>
    SIP/2.0 200 OK.<br>
    v: SIP/2.0/UDP
    204.11.180.165:5080;branch=z9hG4bK-f011bf3ff42d89f43e0b098e2a96b328.<br>
    f: &quot;Anonymous&quot; &lt;<a href="mailto:sip%3Aanonymous@mydomain.com" target="_blank">sip:anonymous@mydomain.com</a>&gt;;tag=3570555794-337860.<br>
    <b>t: &lt;<a href="mailto:sip%3A15265414613@ss.mydomain.com" target="_blank">sip:15265414613@ss.mydomain.com</a>&gt;;tag=B2B.470.299.</b><br>
    i: <a href="mailto:15070951-3570555794-337826@msw1.telengy.net" target="_blank">15070951-3570555794-337826@msw1.telengy.net</a>.<br>
    CSeq: 1 INVITE.<br>
    Content-Type: application/sdp.<br>
    <b>To: &lt;<a href="mailto:sip%3A15265414613@192.168.194.130" target="_blank">sip:15265414613@192.168.194.130</a>&gt;;tag=user-agent-6009.</b><br>
    Contact: &lt;sip:<a href="http://192.168.191.149:6060" target="_blank">192.168.191.149:6060</a>&gt;.<br>
    Server: OpenSIPS (1.8.2-notls (i386/linux)).<br>
    Content-Length: 224.<br>
    <br>
    <br></div>
    Once in short format &quot;t&quot;, once in long forma &quot;To&quot; - this seems to be
    an issue in the b2b.<br>
    <br>
    First of all be sure you are using the latest 1.8 sources from SVN
    (or use the SVN daily generated tarball) - I want to be sure you
    have all the fixes in your sources.<br>
    <br>
    I tried to reproduce this scenario (pushing your INVITE into a b2b),
    but I failed to get the 2 &quot;to&quot; hdrs....<br>
    <br>
    So: (1) update, (2) see if problem still there, (3) update me
    please.<br>
    <br>
    Regards,<br>
    <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre><div class="im">
    <br>
    On 02/23/2013 12:19 AM, Jeryes . wrote:
    </div><blockquote type="cite">
      <div dir="ltr"><div class="im">Hi All,<br>
        <br>
        <br>
        I am using Opensips 1.8.2 tls, with B2B UserAgent, running the
        default scenario &quot;top riding&quot;. <br>
        The idea of this implementation is just to pass the packages
        between the carrier and the PBX, hiding the topology.<br>
        I&#39;m facing a problem to process the ACK requests after 200 OK
        (answer), and I guess that all the in-dialog requests after
        first INVITE. The ACK requests are beeing forwarded<br>
        by t_relay() method, but that is not keeping the previous
        dialog, nether hiding the topology.<br>
        Should I execute b2b_init_request(&quot;top hiding&quot;) to ACK requests
        as I do to INVITE, or the top hiding scenario was supposed to
        generate the ACK automaticaly to 200 OK reply, as is described
        in the <a href="http://www.opensips.org/Resources/B2buaTutorial#toc11" target="_blank">tutorial</a>:
        &quot;Once you ask b2b to handle a call, you <b>won&#39;t see the future
          in-dialog request in the normal route</b>.&quot;?<br>
        <br>
        Do someone has an example about how it is supposed to be the
        processing of the in-dialog requests with b2b top hiding? Am I
        doing something wrong in the script that follows?<br>
        <br>
        Thanks in advance!<br>
        <br>
        Here follows the opensips.cfg:<br>
        <br></div>
        [....]<br>
      </div>
      <pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </div>

</blockquote></div><br></div>