Add a dialplan for mod_cidlookup.

This commit is contained in:
markjcrane 2016-01-08 14:05:59 -07:00
parent 41325c0c7a
commit 8a76b00d88
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<context name="{v_context}">
<extension name="call-direction" 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">
<action application="set" data="effective_caller_id_name=${cidlookup(${caller_id_number})}"/>
</condition>
</extension>
</context>