<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>Satish,<br>
        <br>
        Refer to the residential script generated with NAT traversal
        support (use "make menuconfig") - that one will show you how to
        enable RTPproxy for a call.<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 19:31, Satish Patel wrote:<br>
    </div>
    <blockquote
cite="mid:CAPgF-fpHHXEK1wOQ0TAsQUZPowS-WbEn-hRQvuCbjcMJjnQy4g@mail.gmail.com"
      type="cite">
      <div dir="ltr">Do you have solution or documents to do that? <br>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Tue, Sep 2, 2014 at 4:10 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 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>
                <div class="">
                  <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>
                  <div class="h5"> On 02.09.2014 05:58, Satish Patel
                    wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote 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> On 28.08.2014 23:47, Satish Patel
                                  wrote:<br>
                                </div>
                              </div>
                            </div>
                            <blockquote type="cite">
                              <div>
                                <div>
                                  <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>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>