Update 520_follow_me_bridge.xml (#3893)

Search through all SIP Profiles when looking up the Contact.
This commit is contained in:
konradSC 2018-12-03 12:44:33 -05:00 committed by FusionPBX
parent f89e683d75
commit df086084ef
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<condition field="${user_exists}" expression="true"/>
<condition field="${follow_me_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">
<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"/>