Add a dialplan for mod_cidlookup.
This commit is contained in:
parent
7ea8a14384
commit
b1839f08e7
|
|
@ -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>
|
||||
Loading…
Reference in New Issue