Page 1 of 1

AST_CRON_audio_3_ftp.pl

PostPosted: Wed Mar 13, 2013 2:59 am
by gmcust3
I see to FTP voice file , I can use

Edit AST_CRON_audio_3_ftp.pl

# Default variables for FTP
$VARFTP_host = '10.0.0.4';
$VARFTP_user = 'cron';
$VARFTP_pass = 'test';
$VARFTP_port = '21';
$VARFTP_dir = 'RECORDINGS';
$VARHTTP_path = 'http://10.0.0.4';

But on http://10.0.0.4' , which software I need to installl to create username and password and config it ?

Re: AST_CRON_audio_3_ftp.pl

PostPosted: Wed Mar 13, 2013 3:02 am
by gmcust3
Serv-U FTP will do ?

Re: AST_CRON_audio_3_ftp.pl

PostPosted: Wed Mar 13, 2013 1:51 pm
by williamconley
vicibox has an ftp option if you install the archive server.

but any ftp server will do. if you want to still be able to click on these recordings and listen to them within vicidial, the ftp server must write to an http available website and the VARHTTP_path should be altered to the correct domain/ip plus path to see those files.

also a good idea to lock the folder via apache configuration to only allowed IPs and perhaps even a password. also useful to turn off "browsing" in that folder so users must actually click on a link (no way to guess one of these filenames. too complex).

Re: AST_CRON_audio_3_ftp.pl

PostPosted: Fri Mar 15, 2013 12:49 am
by gardo
GoAutoDial CE 2.1 automatically installs VSFTPD. If you need an external FTP server you can use any kind as long as you have a username and password. Ideally it should also serve up web pages (HTTPD) so you can access the recordings via the GoAutoDial/Vicidial admin GUI.

Re: AST_CRON_audio_3_ftp.pl

PostPosted: Fri Mar 15, 2013 1:06 am
by gmcust3
Gardo , we need your presence and participation more frequently :-)

Re: AST_CRON_audio_3_ftp.pl

PostPosted: Fri Mar 15, 2013 6:48 pm
by gardo
I'll be more active again since I'm focusing more of my time on finishing the GoAutoDial CE 3.0 project. :)