From bc4842a5b506134f3efe179fd7e07b3aacfed804 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 15 May 2025 13:45:06 -0600 Subject: [PATCH] Update call_recordings.php --- debian/resources/maintenance/call_recordings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/maintenance/call_recordings.php b/debian/resources/maintenance/call_recordings.php index 123eddf..74f860e 100644 --- a/debian/resources/maintenance/call_recordings.php +++ b/debian/resources/maintenance/call_recordings.php @@ -9,6 +9,9 @@ Call Recordings Maintenance - To move files, you will need to add the destination_path as a setting under category: call_recordings In my case, I put the file in /usr/src and then run manually like this. +cd /usr/src/fusionpbx-install.sh +git stash +git pull /usr/bin/php /usr/src/fusionpbx-install.sh/debian/resources/maintenance/call_recordings.php Debian