Automatically Delete Call Recordings

Hi again

I’ve only just round to trying this…

I’ve run the command find /var/spool/asterisk/monitor/* -name “*.wav” which finds all my recordings.

I then run find /var/spool/asterisk/monitor/* -name “*.wav” -mtime 5 -delete and it doesnt delete anything :frowning:

What am I doing wrong?