Change cf to a global dialplan

This commit is contained in:
FusionPBX 2023-04-20 21:07:02 -06:00 committed by GitHub
parent b0f51ebfcd
commit 559a963a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!-- Used to transfer both legs into a conference -->
<extension name="cf" number="cf" context="${domain_name}" continue="false" app_uuid="f13df3df-bfb4-4c11-bee1-6548cd983729" order="340">
<extension name="cf" number="cf" context="global" continue="false" app_uuid="f13df3df-bfb4-4c11-bee1-6548cd983729" global="true" order="340">
<condition field="destination_number" expression="^cf$">
<action application="answer"/>
<action application="transfer" data="-both 30${dialed_extension:2} XML ${context}"/>