Update 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX 2018-10-06 12:54:05 -06:00 committed by GitHub
parent b4e4396d95
commit 1540abfb2f
1 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="${follow_me_destinations}"/>
<action application="transfer" data="*99${destination_number} XML ${domain_name}"/>
</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}"/>
<anti-action application="transfer" data="*99${destination_number} XML ${domain_name}"/>
</condition>
</extension>