I test my configuration by dialing extension extension inbound.
# FTP recording archive connection information
VARFTP_host => 172.16.3.11
VARFTP_user => cron
VARFTP_pass => test
VARFTP_port => 21
VARFTP_dir => RECORDINGS
VARHTTP_path =>
http://172.16.3.11i made a change into astguiclient.conf in FTP section
And My cronjob status is:-
### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
With this configuration I found that MP3 recordings file is transferring to the archive server inside /home/cron/201602....
But when i want to download the front end Web access.. it shows that
"The requested URL /2016-02-16/2016021625302_8001_8002-all.mp3 was not found on this server"
And this is the Web Link where the Front end redirect to me:-
"http://172.16.3.11/2016-02-16/2016021625302_8001_8002-all.mp3"
help me to configure recording download option from the front end.
I am not able to download the recording files from Web page access.