Update 520_follow_me_bridge.xml

This commit is contained in:
FusionPBX 2018-10-06 12:04:30 -06:00 committed by GitHub
parent 19f933bc40
commit ccd04eb578
1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,10 @@
<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">
<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>
</extension>
</context>