Remove the round brackets as they are not needed with this dialplan.

This commit is contained in:
markjcrane
2016-01-12 20:54:48 -07:00
parent 37051d8c1d
commit 605498c114

View File

@@ -1,7 +1,7 @@
<context name="{v_context}">
<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)$" break="never">
<condition field="${call_direction}" expression="^inbound$">
<action application="set" data="effective_caller_id_name=${cidlookup(${caller_id_number})}"/>
</condition>
</extension>