Change call_return to a global dialplan

This commit is contained in:
FusionPBX 2023-04-20 21:01:14 -06:00 committed by GitHub
parent a8eebe9da6
commit 3909f12992
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="call_return" number="*69" context="${domain_name}" continue="false" app_uuid="fa516204-920f-4802-8bb1-04c6a010bfe1" order="280">
<extension name="call_return" number="*69" context="global" continue="false" app_uuid="fa516204-920f-4802-8bb1-04c6a010bfe1" global="true" order="280">
<condition field="destination_number" expression="^\*69$">
<action application="transfer" data="${hash(select/${domain_name}-call_return/${caller_id_number})}"/>
</condition>