<div dir="ltr"><div><div><div>Hai,<br><br></div>I am using the below script for call placements(Local as well as LCR), LCR is working fine, Local call placement is not working, Is there I am missing something??<br></div>Please guid me.<br><br>route[CHECK]<br>{<br>if (!is_subscriber("$ru", "subscriber", "3")) {<br>    # callee is not a local subscriber<br>        route(LCR);<br>        exit();<br>    }<br>else<br>{<br>        route(LOCATION);<br>}<br>}<br><br></div>Thanks <br></div>