Update context to global

This commit is contained in:
FusionPBX 2023-03-28 11:27:18 -06:00 committed by GitHub
parent 0b9ea07576
commit 48c3c11cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<extension name="user_exists" number="" context="${domain_name}" continue="true" app_uuid="897845b0-1f13-444c-84fe-432fd47338ca" global="true" order="10">
<extension name="user_exists" number="" context="global" continue="true" app_uuid="897845b0-1f13-444c-84fe-432fd47338ca" global="true" order="10">
<condition field="${loopback_leg}" expression="^B$" break="never">
<action application="set" data="domain_name=${context}" inline="true"/>
</condition>