Enable record_ext with value of mp3 by default

This will affect new servers but not old ones unless this dialplan is updated manually.
This commit is contained in:
FusionPBX
2025-05-15 22:18:40 -06:00
committed by GitHub
parent c7c06eb02b
commit a67ddbaa41

View File

@@ -3,5 +3,6 @@
<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>