[OpenSIPS-Users] Strip + character
michel freiha
michofr at gmail.com
Mon Aug 16 15:45:09 CEST 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100816/f24bb706/attachment.htm
More information about the Users
mailing list