HOWTO Install GOautodial From Scratch using CentOS 7.X
Added by Guillermo Ferro about 7 years ago
I would like to know if before installing Goautodial 3.3 in centos 7 the OS must have some previous configuration so that the installation is successful and does not present failures of "There is a time synchronization problem with your system, please tell your system administrator" please tioene some information that I use to fix my goadmin and their problems I thank you see the screen shot
thank a lot
Replies (1)
RE: HOWTO Install GOautodial From Scratch using CentOS 7.X
-
Added by Matthew Olden about 7 years ago
The only 2 problems I encountered today with these instructions (http://goautodial.org/projects/goautodialce/wiki/Centos7) were 1) my CentOS 7 base installation from Digital Ocean did not have wget installed & 2) the Asterisk Perl module URL of wget http://asterisk.gnuinter.net/files/asterisk-perl-0.08.tar.gz has disappeared. The host of asterisk.gnuinter.net is gone. I instead used "wget http://download.vicidial.com/packages/asterisk-perl-0.08.tar.gz". Once I had those corrected, the install finished in minutes.
I also did NOT change the ntp setting in the crontab editing section. The instructions show commenting out the ntp setup but my crontab file had it enabled. I left it enabled. All the other lines in the crontab edit matched my existing crontab file.
- adjust time on the server with ntp
#30 * * * * /usr/sbin/ntpdate -u pool.ntp.org 2>/dev/null 1>&2
My confusion is that the GoAutoDial admin UI is not what is listed in the instructions, rather the ViciDial admin and user URLs are provided.
Where do I find the GoAutoDial URLs?