mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Dialplan caller-details use global context
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<extension name="caller-details" context="${domain_name}" continue="true" app_uuid="5c491a3e-f587-44df-970a-cd4352aa6f64" order="15">
|
||||
<extension name="caller-details" context="global" continue="true" app_uuid="5c491a3e-f587-44df-970a-cd4352aa6f64" global="true" order="15">
|
||||
<condition field="${caller_destination}" expression="^$" break="never">
|
||||
<action application="set" data="caller_destination=${destination_number}" inline="true"/>
|
||||
<action application="set" data="caller_id_name=${caller_id_name}" inline="true"/>
|
||||
|
||||
Reference in New Issue
Block a user