Delete 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX
2019-03-03 15:23:14 -07:00
committed by GitHub
parent acac0f284d
commit bd18ccb7e6

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>