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:
FusionPBX
2023-03-28 14:03:55 -06:00
committed by GitHub
parent 14cbce3fdd
commit 850beb081b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"/>

View File

@@ -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}"/>