Update 520_follow_me_bridge.xml

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

View File

@ -2,7 +2,7 @@
<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="${forward_user_not_registered_enabled}" expression="true"/>
<condition field="${forward_user_not_registered_enabled}" expression="true" break="never"/>
<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>