Update 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX 2018-11-01 11:10:15 -06:00 committed by GitHub
parent f3f1e6fb76
commit 973298c4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<extension name="follow me bridge" number="" app_uuid="fc07e3d5-b9d1-4480-9bae-8da911d43eac" global="true">
<condition field="${user_exists}" expression="true"/>
<condition field="${follow_me_enabled}" expression="true"/>
<condition field="${sofia_contact ${destination_number}@${domain_name}}" expression="error/user_not_registered" break="never"/>
<condition field="${forward_user_not_registered_enabled}" expression="true" break="never">
<condition field="${forward_user_not_registered_enabled}" expression="true"/>
<condition field="${sofia_contact ${destination_number}@${domain_name}}" expression="error/user_not_registered" break="on-true">
<action application="transfer" data="${forward_user_not_registered_destination} XML ${domain_name}"/>
</condition>
<condition field="${user_exists}" expression="true"/>