Delete 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX 2019-03-03 15:23:14 -07:00 committed by GitHub
parent 2dc5c30ffd
commit ca0ba0ec39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<context name="${domain_name}">
<extension name="follow me bridge" number="" app_uuid="fc07e3d5-b9d1-4480-9bae-8da911d43eac" enabled="false" global="true">
<condition field="${user_exists}" expression="true"/>
<condition field="${follow_me_enabled}" expression="true">
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="${user_data ${destination_number}@${domain_name} var follow_me_destinations}"/>
</condition>
<condition field="${user_exists}" expression="true"/>
<condition field="${follow_me_enabled}" expression="true"/>
<condition field="${forward_no_answer_enabled}" expression="true" break="never">
<action application="transfer" data="${forward_no_answer_destination} XML ${domain_name}"/>
</condition>
<condition field="${user_exists}" expression="true"/>
<condition field="${follow_me_enabled}" expression="true">
<action application="transfer" data="*99${destination_number} XML ${domain_name}"/>
</condition>
</extension>
</context>