Merge pull request #1392 from blackc2004/patch-36

Update 980_cidlookup.xml
This commit is contained in:
FusionPBX 2016-01-15 21:36:46 -07:00
commit ec4a97fe2c
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<extension name="cidlookup" number="" continue="true" app_uuid="a0cb498c-6e09-441f-83ea-a7684565c44e" enabled="false">
<condition field="${user_exists}" expression="^true$"/>
<condition field="${call_direction}" expression="^inbound$">
<condition field="${module_exists(mod_cidlookup)}" expression="^true$"/>
<action application="set" data="effective_caller_id_name=${cidlookup(${caller_id_number})}"/>
</condition>
</extension>
</context>
</context>