Dear All,

I'm using carrierroute module fro load balancing as follow:


if(!cr_route("default", "0", "$rU", "$rU", "call_id")){
       sl_send_reply("403", "Not Allowed");
     } else {


         # In cas of failure, re-route the request
          t_on_failure("1");
          # Relay the request to the gateway
           t_relay();
}

Everything looks fine when making a long distance call that begin with
00...The issue is when making a local call to opensips, the server return
Not Allowed...
Can you tell me please what is missing here?

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

Reply via email to