Create 507-call_forward_not_registered.xml
This commit is contained in:
parent
ad56d76309
commit
94ad0df3ca
|
|
@ -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>
|
||||
Loading…
Reference in New Issue