mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Disable bind_meta_app by default in the operator dialplan.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<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}" />
|
||||
<action application="bind_meta_app" data="5 ab s execute_extension::xfer_vm XML ${context}" />
|
||||
<action application="set" data="domain_name={v_context}" />
|
||||
<action application="transfer" data="1001 XML {v_context}"/>
|
||||
<action application="bind_meta_app" data="4 ab s execute_extension::att_xfer XML ${context}" enabled="false"/>
|
||||
<action application="bind_meta_app" data="5 ab s execute_extension::xfer_vm XML ${context}" enabled="false"/>
|
||||
<action application="set" data="domain_name={v_context}" enabled="true"/>
|
||||
<action application="transfer" data="1001 XML {v_context}" enabled="true"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user