Disable operator dialplan by default because the extension needs to be set before it is useful.

This commit is contained in:
FusionPBX
2022-02-14 15:48:55 -07:00
committed by GitHub
parent fe099e4dfb
commit 6f17f8114e

View File

@@ -1,5 +1,5 @@
<context name="{v_context}">
<extension name="operator" number="0" continue="false" app_uuid="0e1cd2d7-9d84-4959-8b6c-0cb23de4de59" order="480">
<extension name="operator" number="0" continue="false" app_uuid="0e1cd2d7-9d84-4959-8b6c-0cb23de4de59" enabled="false" order="480">
<condition field="destination_number" expression="^0$|^operator$">
<action application="export" data="transfer_context={v_context}" />
<action application="bind_meta_app" data="4 ab s execute_extension::att_xfer XML ${context}" />