From 0c48569c71e8920ec48eba2deadb3b1734881578 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 29 Jan 2025 21:43:24 -0700 Subject: [PATCH] record_extension default to mp3 --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index ed526cba09..1508e4e240 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -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')) {