<div dir="ltr">Dear All,<br><br>I'm using carrierroute module fro load balancing as follow:<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>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...<br>
Can you tell me please what is missing here?<br><br>Regards<br></div>