[Freeswitch-users] Setting effecting_caller_id_name

Brian Foster bdfoster at endigotech.com
Fri Jul 27 04:11:45 MSD 2012


You can just not use a regex.

Do you need to escape the spaces?

Brian Foster
Endigo Computer LLC

Sent from a mobile device.
On Jul 26, 2012 5:47 PM, "Phil Quesinberry" <philq at qsystemsengineering.com>
wrote:

> **
>
> If you put the $ at the end then it will try to match the entire string
> instead of just the beginning of it, which won’t work in this case.  Is there
> a way to match just the beginning of the string in FS?
>
> Thanks,
>
> - Phil
>
>  You need a $ after 'lookup' for it to be a regex.
>
> Brian Foster
>
> Endigo Computer LLC
>
>  _____________________________________________
> *****From:* Phil Quesinberry
> *****Sent:* Thursday, July 26, 2012 3:59 PM
> *****To:* 'freeswitch-users at lists.freeswitch.org'
> *****Subject:* Setting effecting_caller_id_name
>
> And while I’m asking dumb questions…
>
> When doing CNAM dips from opencnam.com, often you get a result of
> “Currently running a lookup for phone ‘xxxxxxxxxx’… on incoming calls,
> typically for wireless or other unknown name callers and I wanted to change
> that to “Wireless/Unknown”  Since caller_id_name is apparently read-only, I
> am attempting to set effective_caller_id_name.  I put the following in
> public.xml right below the “fix_cidnam_plus” entry, in other words after a
> CNAM lookup has been performed.
>
>    <extension name="fix_currently_running" continue="true">
>
>       <condition field="caller_id_name" expression="^Currently running a
> lookup">
>
>         <action application="set"
> data="effective_caller_id_name=Wireless/Unknown"/>
>
>       </condition>
>
>     </extension>
>
> If I crafted my regex properly, then it should be matching on the first
> part of the string and setting the variable appropriately.  Is
> ‘effective_caller_id_name’ the variable I should be setting?
>
> Many thanks,
>
> *******Phil Quesinberry*
>
> Q Systems Engineering, Inc.
>
> Electronic Controls and Embedded Systems Development
>
> (410) 969-8002
>
> ***http://www.qsystemsengineering.com*<http://www.qsystemsengineering.com>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> Join Us At ClueCon - Aug 7-9, 2012
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120726/267ba779/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list