Installing goautodial from scratch and asterisk on Centos7
Added by Bizio L almost 9 years ago
I'm following this instructions to install goautodial on CentOS 7.
[[http://goautodial.org/projects/goautodialce/wiki/Centos7]]
do I need to install asterisk after that or Is it included?
Wich version?
Thank you
Replies (6)
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by Rustam Gubaydullin almost 9 years ago
Just install ViciBox and apply GoAutoDial ce-v3-www GitHub repo into your DOCUMENT_ROOT. Much easier.
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by Demian Biscocho almost 9 years ago
Asterisk (version 1.8.X) is already included in the installation. Just follow the HOWTO: http://goautodial.org/projects/goautodialce/wiki/Centos7 and you're good to go.
Bizio L wrote:
I'm following this instructions to install goautodial on CentOS 7.
[[http://goautodial.org/projects/goautodialce/wiki/Centos7]]do I need to install asterisk after that or Is it included?
Wich version?
Thank you
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by Bizio L almost 9 years ago
I followed the HOWTO but in the asterisk but when i run the asterisk.sql i obtain this error:
ERROR 1146 (42S02) at line 221 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.recording_log' doesn't exist
Query OK, 0 rows affected (0.01 sec)
ERROR 1146 (42S02) at line 230 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.recording_log' doesn't exist
Query OK, 0 rows affected (0.01 sec)
ERROR 1146 (42S02) at line 239 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.vicidial_lists' doesn't exist
Query OK, 0 rows affected (0.01 sec)
ERROR 1146 (42S02) at line 248 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.vicidial_list' doesn't exist
Query OK, 0 rows affected (0.01 sec)
ERROR 1146 (42S02) at line 257 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.vicidial_users' doesn't exist
ERROR 1146 (42S02) at line 260 in file: '/usr/src/goautodial-ce-3.3-1406088000/sql/asterisk.sql': Table 'asterisk.system_settings' doesn't exist
Query OK, 0 rows affected, 1 warning (0.00 sec)
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by wahbi belhadj over 6 years ago
i'm dealing with the same issue here !
i' setting up goautodial on a real server , and don't know which version to begin with , i'm a beginner , can you give me your feedback ??
thanks
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by Wittie Manansala over 6 years ago
Hi,
Please try this https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4
Thanks
RE: Installing goautodial from scratch and asterisk on Centos7
-
Added by Steve Turner over 6 years ago
log into mysql and type "show databases;" you should see asterisk, mysql, goautodial, etc. if you dont see those the databases were not created on install. Perhaps mysql was not running when you ran the installer and the sql files were not copied over.