Add a dialplan for mod_cidlookup.
This commit is contained in:
parent
41325c0c7a
commit
8a76b00d88
|
|
@ -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