Create 507-call_forward_not_registered.xml

This commit is contained in:
FusionPBX 2018-12-08 10:34:44 -07:00 committed by GitHub
parent ad56d76309
commit 94ad0df3ca
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<context name="${domain_name}">
<extension name="call forward not registered" number="" app_uuid="b2035288-b899-4bcd-8b8f-8175ce8ec9e3" global="true">
<condition field="${user_exists}" expression="true"/>
<condition field="${forward_user_not_registered_enabled}" expression="true"/>
<condition field="${sofia_contact */${destination_number}@${domain_name}}" expression="error/user_not_registered">
<action application="transfer" data="${forward_user_not_registered_destination} XML ${domain_name}"/>
</condition>
</context>