Update 505_call-forward-all.xml

This commit is contained in:
FusionPBX 2018-01-07 01:22:07 -07:00 committed by GitHub
parent 7f46befe31
commit d305da7ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<context name="${domain_name}">
<extension name="call forward all" number="" app_uuid="57cf8f1f-9a2e-4996-bd80-d9300249b1ca" global="true">
<condition field="${user_exists}" expression="^true$"/>
<condition field="${forward_all_enabled}" expression="^true$">
<condition field="${user_exists}" expression="true"/>
<condition field="${forward_all_enabled}" expression="true">
<action application="transfer" data="${forward_all_destination} XML ${domain_name}"/>
</condition>
</extension>