Added by ed dagohoy about 10 years ago
Hi,
Newbie here.. How can i removed via cronjob the 7 old wav files?
default cron
/usr/bin/find /var/spool/asterisk/monitorDONE/ORIG/ -maxdepth 2 -type f -mtime +14 -print | xargs rm -f
Change the "-mtime +14" to "-mtime +7".