record_extension default to mp3

This commit is contained in:
FusionPBX 2025-01-29 21:43:24 -07:00 committed by GitHub
parent 355c0e692c
commit 0c48569c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
}
//get the call recording extension
$record_extension = $settings->get('call_recordings', 'record_extension', 'wav');
$record_extension = $settings->get('call_recordings', 'record_extension', 'mp3');
//get total destination count from the database, check limit, if defined
if (!permission_exists('destination_domain')) {