Update 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX 2018-10-06 12:59:00 -06:00 committed by GitHub
parent 12260b22ce
commit fbd0070186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
<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>
<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>