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 b402cca8ba
commit 93f8a253d0

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>