Page 1 of 1

Hoe to delete Recorded files

PostPosted: Tue Jul 05, 2011 2:03 pm
by ab16
Hello
I am not able to delete recorded files from database.

my version is GoAutoDial CE 2.0

Please advice

PostPosted: Tue Jul 05, 2011 4:26 pm
by cristian
Why do you wish to?

There is a script that will delete old recordings based on date.

PostPosted: Tue Jul 05, 2011 7:42 pm
by williamconley
there is a table in the asterisk database for recordings. do you want to delete the recordings from the database, the files from the drive, or both?

Code: Select all
crontab -e
will show you the commented-out script that will delete recordings from the drive after 7 days. That will free up drive space (if that's your goal) but will not delete from the database.

there are OTHER scripts in there that you may want to look at as well.