mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Set global dialplan to global context (#6593)
* Set global dialplan to global context * Update 530_talking_clock_date_and_time.xml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<extension name="talking clock date and time" number="*9172" context="${domain_name}" app_uuid="3ce3d9a1-c7bd-45f6-a81f-37f526b4fe73" global="true" order="530">
|
||||
<extension name="talking clock date and time" number="*9172" context="global" app_uuid="3ce3d9a1-c7bd-45f6-a81f-37f526b4fe73" global="true" order="530">
|
||||
<condition field="destination_number" expression="^\*9172$">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<extension name="bxfer-return" number="" context="${domain_name}" continue="false" app_uuid="e68d77c6-d504-41f9-8a1c-ec5ee4dfa793" global="true" enabled="true" order="895">
|
||||
<extension name="bxfer-return" number="" context="global" continue="false" app_uuid="e68d77c6-d504-41f9-8a1c-ec5ee4dfa793" global="true" enabled="true" order="895">
|
||||
<condition field="${user_exists}" expression="true"/>
|
||||
<condition field="${sip_refer_to}" expression="@">
|
||||
<action application="transfer" data="${sip_to_user} XML ${domain_name}"/>
|
||||
|
||||
Reference in New Issue
Block a user