Project

General

Profile

GOautodial System Structure

GOautodial CE system has the following major components:

  • Apache (web server)
  • Asterisk (PBX engine)
  • GOautodial applications (CRM, REST APIs, webRTC and etc)
  • MySQL/MariaDB (database server)
  • Vicidial (predictive dialer engine)
  • Kamailio (SIP server)
  • RTPengine (Media proxy for Kamailio)

Apache

/etc/httpd/
/var/www/html/

Asterisk

/etc/asterisk/
/usr/lib64/asterisk/
/var/lib/asterisk/
/var/spool/asterisk/

GOautodial applications

/etc/goautodial.conf (deprecated)
/usr/share/goautodial/ (deprecated)
/usr/src/goautodial
/var/www/html/

MySQL/MariaDB

/etc/my.cnf
/usr/share/mysql/
/var/lib/mysql/

Vicidial

/etc/astguiclient.conf
/usr/share/astguiclient/
/usr/src/vicidial/ (deprecated)
/var/www/html/vicidial/ (deprecated)
/var/www/html/agc/ (deprecated)

Kamailio

/etc/kamailio/
/usr/lib64/kamailio/

RTPengine

/etc/rtpengine/rtpengine.conf

Go to top