<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 “Currently runnint a lookup” with this pinned to that start of the field...<BR>
<BR>
On that extension in your dialplan toss a <anti-action application=”info”/><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, "Brian Foster" <<a href="bdfoster@endigotech.com">bdfoster@endigotech.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <extension name="fix_currently_running" continue="true"><BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <condition field="caller_id_name" expression="^Currently running a lookup"><BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <action application="set" data="effective_caller_id_name=Wireless/Unknown"/><BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> </condition><BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> </extension><BR>
</FONT></SPAN></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>