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 
What am I doing wrong?