yes condition and expression both support variable expansion<div><br></div><div>ISWHITE could be a c function</div><div>&lt;condition field=&quot;${ISWHITE ${caller_id_number}}&quot; expression=&quot;true&quot; &gt;</div><div>
<br></div><div>if you want to us lua you would use </div><div><br></div><div><div>&lt;condition field=&quot;${lua iswhite.lua ${caller_id_number}}&quot; expression=&quot;true&quot; &gt;</div></div><div><br></div><div>see scripts/lua/api.lua for examples of making api funcs in lua<br>
<br><div class="gmail_quote">On Thu, Oct 25, 2012 at 3:33 PM, Scott <span dir="ltr">&lt;<a href="mailto:8f27e956@gmail.com" target="_blank">8f27e956@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We need to write a function, usable in the XML dial plan, that tests the inbound CID (not destination_number) against a &quot;white list.&quot;  Something on the line of,,,  <br><br>&lt;condition field=&quot;ISWHITE(${caller_id_number})&quot; expression=&quot;true&quot; &gt;<br>


<br>Question:  In such a use case, must ISWHITE() be a custom application/mod written in C, per skel.c, or can it be a script written in lua or p-language or the like?<br><br>It&#39;s clear from wiki and docs we&#39;ve seen that &lt;action ... /&gt; can have lua or p-language scripts; but it is not clear about the &lt;condition ... /&gt; clauses and where to locate and &quot;hook&quot; them in.<br>


<br>Guidance and any pointers to docs/examples greatly appreciated.<br><br>With thanks,<br>/S<br>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>