Blind transfer on fail return call to sender

This commit is contained in:
FusionPBX 2023-01-03 18:34:05 -07:00 committed by GitHub
parent 819d7aeb4c
commit 2b1b4b9315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<context name="${domain_name}">
<extension name="bxfer-return" number="" 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}"/>
</condition>
</extension>