mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Recordings: Add support for base64 Play and Download, and bi-directional conversion between base64 and local files on page load.
This commit is contained in:
@@ -66,7 +66,9 @@ if (strlen($id)>0) {
|
||||
unset($sql);
|
||||
|
||||
//delete the recording
|
||||
unlink($_SESSION['switch']['recordings']['dir']."/".$filename);
|
||||
if (file_exists($_SESSION['switch']['recordings']['dir']."/".$filename)) {
|
||||
@unlink($_SESSION['switch']['recordings']['dir']."/".$filename);
|
||||
}
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
|
||||
Reference in New Issue
Block a user