Call recordings

Does anyone know how long recorded calls are stored, and if that value can be changed?

they will be stored forever unless you do something to remove them.

any way to change that?

set up a cron job with a removal command such as:

find /var/spool/asterisk/monitor -mtime +XX -exec rm {} ;

//where XX is number of days since it was created