An updated version of our script to bulk convert wav call recordings to mp3 as mentioned here.
This version may be redistributed freely, as long as the copyright message remains.
#!/bin/bash
# A Script to Convert FreePBX call recordings from WAV to MP3
# Also updates the CDR database, for correct downloads through the web UI
# Version 2 – 2016/04/15
# Changelog
# v2 – Skip broken files (but show an error message)
# v1 – Initial version Click here for more details...
Contact Details:
Jaytag Computer Limited
Maddison House, 226 High Street
Croydon, Surrey, CR9 1DF
Phone: 08007879258
Web: https://www.jaytag.co.uk/
This version may be redistributed freely, as long as the copyright message remains.
#!/bin/bash
# A Script to Convert FreePBX call recordings from WAV to MP3
# Also updates the CDR database, for correct downloads through the web UI
# Version 2 – 2016/04/15
# Changelog
# v2 – Skip broken files (but show an error message)
# v1 – Initial version Click here for more details...
Contact Details:
Jaytag Computer Limited
Maddison House, 226 High Street
Croydon, Surrey, CR9 1DF
Phone: 08007879258
Web: https://www.jaytag.co.uk/
No comments:
Post a Comment