Hi,<br>Is there a way to pass Caller Id to mod lcr and somehow to include it in a custom&nbsp; sql.<br>currently&nbsp; my dialplan looks like this:<br><br>&nbsp;&nbsp; &lt;extension name="LCR"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^1(\d+)$" break="never"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="bypass_media=true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="lcr" data="$1"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="${lcr_auto_route}"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>i guess that Caller_ID is already passed but i was thinking&nbsp; about making some LCR decisions based on Destination number and Caller_ID /Interstate,Intrastate for example/<br><br>Thanks for your time<br><br>Regards<br>Chav<br>