Files
fusionpbx/app/dialplans/resources/switch/conf/dialplan/018_global-variables.xml
FusionPBX a67ddbaa41 Enable record_ext with value of mp3 by default
This will affect new servers but not old ones unless this dialplan is updated manually.
2025-05-15 22:18:40 -06:00

9 lines
540 B
XML

<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"/>
<action application="set" data="record_ext=mp3" inline="true" enabled="true"/>
</condition>
</extension>