<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Setting effecting_caller_id_name</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>This exmaple should be correct provided that caller_id_name containts &#8220;Currently runnint a lookup&#8221; with this pinned to that start of the field...<BR>
<BR>
On that extension in your dialplan toss a &lt;anti-action application=&#8221;info&#8221;/&gt;<BR>
<BR>
If your regex isnt matching on the caller_id_name field the above will show you whats in there (along with every thing else too heh)<BR>
<BR>
K<BR>
<BR>
On 7/26/12 7:11 PM, &quot;Brian Foster&quot; &lt;<a href="bdfoster@endigotech.com">bdfoster@endigotech.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial">   &lt;extension name=&quot;fix_currently_running&quot; continue=&quot;true&quot;&gt;<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial">      &lt;condition field=&quot;caller_id_name&quot; expression=&quot;^Currently running a lookup&quot;&gt;<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial">        &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=Wireless/Unknown&quot;/&gt;<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial">      &lt;/condition&gt;<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial">    &lt;/extension&gt;<BR>
</FONT></SPAN></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>