Hi all,
I'm using crrierroute function for load balancing between opensips and 2
proxy servers...Everything looks fine and working smoothly...



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();
}

I would like to ask please about how i can use allow_trusted function in
order to give customers with no registration to make calls...

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

Reply via email to