Update 870_cidlookup.xml

This commit is contained in:
FusionPBX 2020-01-16 14:33:01 -07:00 committed by GitHub
parent 2ce8693abe
commit 947c018160
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<condition field="${call_direction}" expression="^inbound$"/>
<condition field="${module_exists(mod_cidlookup)}" expression="^true$"/>
<condition field="caller_id_number" expression="^\+?1?(\d{10})$">
<action application="set" data="effective_caller_id_name=${cidlookup($1)}"/>
<action application="set" data="effective_caller_id_name=${cidlookup(1$1)}"/>
</condition>
</extension>
</context>