1) Check the logs for a single call with no recording. Consider that the agent may have pushed the stop recording button.
2) Configure VSFTP on the server. Verify you can write files with your FTP user. Create /home/archive/RECORDINGS and /home/archive/REPORTS. Put those credentials in /etc/astguiclient in both "# FTP recording archive connection" and "# REPORT server connection information" sections.
Then in crontab -e: Uncomment this line:
- Code: Select all
/usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
This will move the files into daily subfolders in /home/archive/RECORDINGS
Also add this to crontab -e:
45 23 * * * /usr/share/astguiclient/ADMIN_backup.pl --ftp-transfer >/dev/null 2>&1
This will make a nightly backup in /var/log/astguiclient/archive AND store an extra copy in /home/archive/REPORTS
Seriously consider mounting a 1T HD in /home so these files are no longer on your DB HD. If your DB HD dies, you can bring this HD along for the ride on the next installation without having to restore: Plus if your primary HD dies, your backups won't disappear with it. They'll survive because they are in two locations on two HDs. Handy.
I'll go out on a limb and suggest that much of this is in the Vicidial Manager's Manual. But I have no idea. We've done all this on all servers for 10 years.
PS: Good job posting your specs.