Delete 520_follow_me_bridge.xml
This commit is contained in:
parent
2dc5c30ffd
commit
ca0ba0ec39
|
|
@ -1,19 +0,0 @@
|
|||
<context name="${domain_name}">
|
||||
<extension name="follow me bridge" number="" app_uuid="fc07e3d5-b9d1-4480-9bae-8da911d43eac" enabled="false" 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="${user_data ${destination_number}@${domain_name} var follow_me_destinations}"/>
|
||||
</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}"/>
|
||||
</condition>
|
||||
<condition field="${user_exists}" expression="true"/>
|
||||
<condition field="${follow_me_enabled}" expression="true">
|
||||
<action application="transfer" data="*99${destination_number} XML ${domain_name}"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Loading…
Reference in New Issue