Change directory for Voice Recordings


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/asterisk
    ln -s /usr/src/myrecordings monitor

    VERY IMPORTANT: the name of symbolic link MUST BE "monitor".

  3. If you want to copy the already existing recordings, execute:

    mv -f /var/spool/asterisk/monitor_backup/* /usr/src/myrecordings