Global variables add ringback and transfer ringback

Add ringback and transfer_ringback to the global-variables dialplan default enabled false.
This commit is contained in:
FusionPBX 2024-09-07 09:44:31 -06:00 committed by GitHub
parent 1418b5afc7
commit ba64a3604d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<extension name="global-variables" number="" context="global" continue="true" app_uuid="d49ee3bd-5085-4619-a2f9-2b62c8c461c5" global="true" order="18">
<condition>
<action application="set" data="RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}"/>
<action application="set" data="ringback=$${us-ring}" inline="true" enabled="false"
<action application="set" data="transfer_ringback=$${us-ring}" inline="true" enabled="false"
</condition>
</extension>