<div dir="ltr">Hi all,<br>I'm using crrierroute function for load balancing between opensips and 2 proxy servers...Everything looks fine and working smoothly...<br><br><br><br>if(!cr_route("default", "0", "$rU", "$rU", "call_id")){<br>
sl_send_reply("403", "Not allowed");<br> } else {<br><br><br> # In cas of failure, re-route the request<br> t_on_failure("1");<br> # Relay the request to the gateway<br>
t_relay();<br>}<br><br>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...<br><br>regards<br></div>