mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Update 870_cidlookup.xml
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<condition field="${call_direction}" expression="^inbound$" break="never"/>
|
||||
<condition field="${module_exists(mod_cidlookup)}" expression="^true$" break="never"/>
|
||||
<condition field="caller_id_number" expression="^\+?1?(\d{10})$" break="never"/>
|
||||
<action application="set" data="effective_caller_id_name=${cidlookup(1$1)}"/>
|
||||
<action application="set" data="cidlookup_caller_id_name=${cidlookup(1$1)}" inline="true"/>
|
||||
</condition>
|
||||
<condition field="${cidlookup_caller_id_name}" expression="^(?!UNKNOWN)">
|
||||
<action application="set" data="effective_caller_id_name=${cidlookup_caller_id_name}" inline="true"/>
|
||||
|
||||
Reference in New Issue
Block a user