<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>Hi </tt><tt>Michele,</tt><tt><br>
      </tt><tt><br>
      </tt><tt>What exactly do you mean by "</tt><tt>i'm not able to
        forward correctly packets </tt><tt>"</tt><tt> - what is the
        exact problem you are facing ?<br>
      </tt><tt></tt><tt><br>
      </tt><tt>Regards,</tt><br>
      <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 30.05.2014 16:28, Michele Pinassi wrote:<br>
    </div>
    <blockquote cite="mid:53888770.1000605@unisi.it" type="cite">
      <pre wrap="">Hi all,

this is my context:

VoIP NET 172.20.x.x
VoIP ROUTER 172.20.1.2
External NET 200.200.200.x

I use dr_route module to do dynamic routing:

main() {

[...]
                if($avp(dest)=="trunkmed") {
                    route(trunkmed);
                }
               
                if($avp(dest)=="external") {
                    route(pstn);
                }
               
                    if($avp(dest)=="media") {
                        route(mediabox);

[...]
}


route[trunkmed] {
    xlog("L_INFO","Route TRUNK MEDICINA [$fd/$fu/$rd/$ru/$si/]\n");

    if(route_to_carrier("trunkmed")) {
    t_on_failure("next_gw");
    t_relay();
    exit;
    }
   
}

"trunkmed" gw is outside VoIP network (200.200.200.2) and i'm not able
to forward correctly packets from VoIP devices to trunkmed GW: maybe i
have to nat/fix it ?

Any hint ?

Thanks, Michele

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>