mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update 520_follow_me_bridge.xml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user