mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Recordings: Restore audio playback.
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
$settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]);
|
$settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]);
|
||||||
|
|
||||||
//get the settings
|
//get the settings
|
||||||
|
$switch_recordings = $settings->get('switch', 'recordings');
|
||||||
$time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get());
|
$time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get());
|
||||||
$speech_enabled = $settings->get('speech', 'enabled', false);
|
$speech_enabled = $settings->get('speech', 'enabled', false);
|
||||||
$recording_storage_type = $settings->get('recordings','storage_type');
|
$recording_storage_type = $settings->get('recordings','storage_type');
|
||||||
|
|||||||
Reference in New Issue
Block a user