Atmos syncing recordings

If certain recordings have not uploaded to Atmos due to the upload link being down, the following steps will ensure that the recordings sync/upload to Atmos, by running Call Cabinet in catch mode:

1. Ensure you have callcabinet version 6.1.0

2. Stop Call Cabinet service

- sudo /etc/init.d/callcabinet stop

3. Update the time-stamp to reflect the start date for catch-up, the date is formatted as YYYYMMDDHHMM, e.g. 201701011300 is 1 Jan 2017 at 1:00pm:

- sudo touch -t 201701011300 /var/lib/cclink/marker

4. Restart Call Cabinet service

- sudo /etc/init.d/callcabinet start