<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><tt>Hi Satish,<br>
        <br>
        The dialog module does TH at SIP level (and not at RTP level) -
        if you want to do that, we need to use (in conjunction to dialog
        TH) a media relay (as mediaproxy or rtpproxy) in order to hide
        also the RTP side.<br>
        <br>
        Regards,<br>
      </tt>
      <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
      On 02.09.2014 05:58, Satish Patel wrote:<br>
    </div>
    <blockquote
cite="mid:CAPgF-fo_RZsgHHExaRc=L-m+4zz2PKSjfcOgcc6aoAyER6TRxQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">But topology hiding not hiding 100% info, I can see
        SDP RTP info in siptrace, so SIP provide can see all my clients
        info and IPs, UA agents etc.. <br>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          On Mon, Sep 1, 2014 at 8:15 AM, Bogdan-Andrei Iancu <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF">
              <div><tt>Hi,<br>
                  <br>
                  the dialog based topology_hiding() DOES handle the BYE
                  if you do proper routing (you do not need B2B). What
                  you need to do is to change in your script (where you
                  handle sequential requests, with to-tag) from:<br>
                      if (loose_route() ) {<br>
                  <br>
                  into<br>
                  <br>
                      if (loose_route() || match_dialog() ) {<br>
                  <br>
                  Regards,<br>
                </tt>
                <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
                <div>
                  <div class="h5"> On 28.08.2014 23:47, Satish Patel
                    wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">
                    <div dir="ltr">
                      <div>
                        <div>
                          <div>
                            <div>I am looking for top hiding and i tried
                              topoloy_hiding() but it doesn't handling
                              BYE mesg so i am planing to go with B2B. I
                              have few question<br>
                              <br>
                            </div>
                            1. Does B2B work like Proxy?<br>
                          </div>
                          2. Does B2B support NAT SIP client? <br>
                        </div>
                        <br>
                      </div>
                      Or should i install Opensips proxy and B2B
                      opensips on same box and interconnect them? <br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
              </blockquote>
              <br>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>