how to change IP in Goautodial ce3
Added by vincent c over 9 years ago
I have changed public IP in CentOS & Apache externip, and service restart.
However SERVER IP still shown "127.0.0.1Mask:2"...
How can I update it?
Replies (4)
RE: how to change IP in Goautodial ce3
-
Added by striker 247 over 9 years ago
RE: how to change IP in Goautodial ce3
-
Added by vincent c over 9 years ago
I have enter about command,
but SERVER IP still is "127.0.0.1Mask:2"...
any service need to restart?
RE: how to change IP in Goautodial ce3
-
Added by striker 247 over 9 years ago
make sure you typed this command
/usr/share/astguiclient/ADMIN_update_server_ip.pl --old-server_ip=127.0.0.1Mask:2
br
striker
www.striker24x7.blogspot.com
RE: how to change IP in Goautodial ce3
-
Added by eli adjeyi over 9 years ago
you can try to change server ip directly in asterisk database
#mysql -ppassword: enter the mysql root password
mysql>use asterik
mysql>UPDATE servers SET server_ip='newip' where server_ip="127.0.0.1Mask:2";
mysql>quit