mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user