Project Description:
We are currently running Asterisk 1.8 and MySQL with Asterisk Realtime, both running on CentOS. The MySQL is on a seperate server. We are successfully recording telephone calls today and writing them to the local hard disk on the Asterisk server. We are in need of a solution that will:
Take recorded calls and write the call recording WAV files to a MySQL table as a BLOB, with callingnumber,callednumber,datetime fields also included.
Remove those recordings from the local hard disk after writing them to the MySQL table.