Converts FreePBX CDR files from wav to mp3 immensely decreasing storage space.
archive_asterisk.py
- Converts wav recordings to mp3.
- Copies mp3s to a new directory (ie: mounted NAS).
- Modifies recordings in the MySQL database to reflect new extension and path of recording files.
- Sends a log to an e-mail address using smtp with SSL.
- Should be run afterhours for performance.
add_mp3_content_type.sh
- Checks to see if the CDR has been changed to play mp3 files natively.
- If not it modifies the proper CDR file.
- Warning! This will cause security alerts in FreePBX about modified files and unsigned modules.
- Add to cron every hour for good results.