https://192.168.100.3/login.php unable to login || The default credentials not working
Added by ASHOK GUPTA over 5 years ago
Dear Team,
We uploaded version 4 ISO file on Hyper-V
Internet connectivity is done but unable to login. The default credentials not working
Login : goadmin
Password : G0autodial2018
Plz help !!
Regards,
Ashok Gupta.
Replies (2)
RE: https://192.168.100.3/login.php unable to login || The default credentials not working
-
Added by Levy Ryan Nolasco over 5 years ago
Hi Ashok,
Did you changed the IP of your Dialer manually? If Yes, Please refer to this link https://goautodial.org/boards/20/topics/14214
You can also check the following and make sure the entries match with your IP
1. nano /var/www/html/php/Config.php
2. nano /var/www/html/php/goCRMAPISettings.php
3. nano /etc/kamailio/kamailio.cfg
4. nano /etc/rtpengine/rtpengine.conf
RE: https://192.168.100.3/login.php unable to login || The default credentials not working
-
Added by suresh m over 5 years ago
ASHOK GUPTA wrote:
Dear Team,
We uploaded version 4 ISO file on Hyper-V
Internet connectivity is done but unable to login. The default credentials not working
Login : goadmin
Password : G0autodial2018Plz help !!
Regards,
Ashok Gupta.
*Hi Ashok,
1) Edit the below file to fix the login problem:
#vi vi /var/www/html/php/goCRMAPISettings.php
define ('gourl', 'https://xxx.xxx.xxx.xxx/goAPIv2');
define ('goUser', 'goAPI');
define ('responsetype', 'json');
?>
Where
xxx.xxx.xxx.xxx - Youur IP Address
*