Update call_recordings.php

This commit is contained in:
FusionPBX 2025-04-04 15:33:01 -06:00 committed by GitHub
parent c702809b77
commit e5495ccb11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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