Project

General

Profile

I Cant Cnfig my Dialer.

Added by Vericar De Espiritu Santo over 4 years ago

hello, I already half managed to configure my GOAUTODIAL server. I installed it on a VPS and I can connect and create users and add campaigns and lists. All that remains is for the agents to connect to the DIALER and I am unable to do so, I am not an expert in this, and I would greatly appreciate a help to finish configuring that part.

Goautodial 4
SO CentOS7
Kamailio
I connect through my Public IP http://12.123.123.12/login.php

Can anybody help me?


Replies (3)

RE: I Cant Cnfig my Dialer. - Added by Wittie Manansala over 4 years ago

Hi,

Hope the following links may help you:

1. Please read it specially in Administration Gui Settings and Configuration Files to check Section
https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4

2. Update latest version:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github

Thanks

RE: I Cant Cnfig my Dialer. - Added by Vericar De Espiritu Santo over 4 years ago

Wittie Manansala wrote:

Hi,

Hope the following links may help you:

1. Please read it specially in Administration Gui Settings and Configuration Files to check Section
https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4

That instruccion is for ISO install, i'm installing on a VPS thi this guide
https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X

2. Update latest version:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github

I allready use that guide to solve some problems but i have still the problem with the Dialer
I'm posting an screenshot with the error

RE: I Cant Cnfig my Dialer. - Added by Levy Ryan Nolasco over 4 years ago

Hi,

Can you check the following if your settings are correct. (Change 192.168.22.9 to your Public IP and check if you have other settings placed as well)

Configuration Files

nano /var/www/html/php/Config.php

<?php
// database configuration
define('DB_USERNAME', 'goautodialu');
define('DB_PASSWORD', 'goautodialu1234');
define('DB_HOST', 'localhost');
define('DB_NAME', 'goautodial');
define('DB_PORT', '3306');
define('DB_NAME_ASTERISK', 'asterisk');
define('DB_USERNAME_KAMAILIO', 'kamailiou');
define('DB_PASSWORD_KAMAILIO', 'kamailiou1234');
define('DB_HOST_KAMAILIO', 'localhost');
define('DB_NAME_KAMAILIO', 'kamailio');
define('DB_PORT_KAMAILIO', '3306');

// other configuration parameters
define('CRM_ADMIN_EMAIL', '[email protected]');
?>

nano /var/www/html/php/goCRMAPISettings.php

<?php
define ('gourl', 'https://192.168.22.9/goAPIv2');
define ('goUser', 'goAPI');
define ('responsetype', 'json');
?>

nano /etc/kamailio/kamailio.cfg


#!substdef "!MY_IP_ADDR!192.168.22.9!g" 
#!substdef "!MY_DOMAIN!vaglxc01.goautodial.com!g" 

/* add local domain aliases */
alias="192.168.22.9" 
alias="vaglxc01.goautodial.com" 

/* uncomment and configure the following line if you want Kamailio to
   bind on a specific interface/port/proto (default bind on all available) */
listen=udp:127.0.0.1:5060
listen=udp:192.168.22.9:5060

# ----- rtpengine params -----
modparam("rtpengine", "rtpengine_sock", "udp:127.0.0.1:5066")
modparam("rtpengine", "rtpengine_disable_tout", 20)
#modparam("rtpengine", "db_url", DBURL)

nano /etc/rtpengine/rtpengine.conf

[rtpengine]

table = 0
# no-fallback = false
### for userspace forwarding only:
# table = -1

### a single interface:
interface = 192.168.22.9
### separate multiple interfaces with semicolons:
# interface = internal/12.23.34.45;external/23.34.45.54
### for different advertised address:
# interface = 12.23.34.45!23.34.45.56

    (1-3/3)
    Go to top