From e5495ccb11c2dfeb3c114597901d28f2e733c0ed Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Apr 2025 15:33:01 -0600 Subject: [PATCH] Update call_recordings.php --- debian/resources/maintenance/call_recordings.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/resources/maintenance/call_recordings.php b/debian/resources/maintenance/call_recordings.php index 122ac0b..a8a1c12 100644 --- a/debian/resources/maintenance/call_recordings.php +++ b/debian/resources/maintenance/call_recordings.php @@ -6,10 +6,9 @@ Call Recordings Maintenance - Reduce the file size - Move recordings - Move the recording from the source to a destination directory. + - To move files, you will need to add the destination_path as a setting under category: call_recordings -At the top of the file need to define or set the destination_directory... - -In my case I put the file in /usr/src and then run manually like this. +In my case, I put the file in /usr/src and then run manually like this. /usr/bin/php /usr/src/fusionpbx-install.sh/debian/resources/maintenance/call_recordings.php Debian