Follow below instructions if you want to move the default directory for Voice Recordings store.
Step-by-step guide
1.Rename the default directory /var/spool/asterisk/monitor:
mv/var/spool/asterisk/monitor/var/spool/asterisk/monitor_backup
2.Place a symbolic link. For example, if you you want to move recordings to /usr/src/myrecordings:
cd/var/spool/asteriskln-s /usr/src/myrecordingsmonitor
3. If you want to copy the already existing recordings, execute:
mv-f /var/spool/asterisk/monitor_backup/* /usr/src/myrecordings