Just to let you know that 3.1.5 did in fact sort the seconds and recording paths that were not showing out. The only issue left is that the recordings do not transfer to the archive server.
The following error is in root mail:
Can't call method "login" on an undefined value at /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl line 380.
# FTP recording archive connection information
VARFTP_host => 192.168.0.237
VARFTP_user => cron
VARFTP_pass => test
VARFTP_port => 21
VARFTP_dir => RECORDINGS
VARHTTP_path => http://192.168.0.237/archive/RECORDINGS
I edited line 380 and entered the actual username and password but it makes no difference:
$ftp->login("$VARFTP_cron","$VARFTP_test");
I cannot connect to the server using an FTP client either.