Page 1 of 1

how to delete recordings?

PostPosted: Mon May 21, 2007 2:51 pm
by mel0683
hi guys, pls help me how to delete recordings in vicidial

thanks,mel

PostPosted: Mon May 21, 2007 2:58 pm
by mflorell
What recordings do you want to delete?

I usually use these commands, the "16" is the number of days old to delete beyond.

/usr/bin/find /var/spool/asterisk/monitor/DONE -maxdepth 1 -type f -mtime +16 -print | xargs rm -f
/usr/bin/find /var/spool/asterisk/monitor/ORIG -maxdepth 1 -type f -mtime +16 -print | xargs rm -f

PostPosted: Tue May 22, 2007 11:42 pm
by gerski
or you can install pureftp if you want it to delete manually...