Dear All,

I'm trying to strip + from dialed number that hit the OpenSIPS server, after
that I'm using carrierroute that read from database all routes and send the
call to the appropriate GW...The issue that the number is sent with the + to
the destination GW so i need you to help me please...

The DialPlan is as below:

if($rU =~ "^[+].*" )
{
        strip(1);
    if(!cr_route("default", "0", "$rU", "$rU", "call_id")){

       sl_send_reply("403", "Not allowed");
     } else {
         t_on_failure("1");
          # Relay the request to the gateway
           t_relay();

   }


Regards
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to