Disable bxfer-return by default

This returns the call back to the person that tried to do a blind transfer. Enable this dialplan if its a behavior you want.
This commit is contained in:
FusionPBX 2023-04-03 11:22:46 -06:00 committed by GitHub
parent e2c22776ce
commit 253635bde4
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,4 +1,4 @@
<extension name="bxfer-return" number="" context="global" 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="false" order="895">
<condition field="${user_exists}" expression="true"/>
<condition field="${sip_refer_to}" expression="@">
<action application="transfer" data="${sip_to_user} XML ${domain_name}"/>