mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Merge pull request #5798 from winsock/patch-5
Update switch_recordings.php to optimize base64 recordings
This commit is contained in:
@@ -76,7 +76,7 @@ if (!class_exists('switch_recordings')) {
|
||||
* list recordings
|
||||
*/
|
||||
public function list_recordings() {
|
||||
$sql = "select recording_uuid, recording_filename, recording_base64 ";
|
||||
$sql = "select recording_uuid, recording_filename ";
|
||||
$sql .= "from v_recordings ";
|
||||
$sql .= "where domain_uuid = :domain_uuid ";
|
||||
$parameters['domain_uuid'] = $this->domain_uuid;
|
||||
@@ -167,4 +167,4 @@ if (!class_exists('switch_recordings')) {
|
||||
} //class
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user