Hello,
I have installed Asterisk BE and now want to have GUI.
I have done all necessary changes but still can't access it via GUI.
Here is output:
[root@localhost GUI]# make checkconfig
--- Checking Asterisk configuration to see if it will support the GUI ---
* Checking for http.conf: OK
* Checking for manager.conf: OK
* Checking if HTTP is enabled: OK
* Checking if HTTP static support is enabled: OK
* Checking if manager is enabled: OK
* Checking if manager over HTTP is enabled: OK
--- Everything looks good ---
* GUI should be available at http://localhost.localdomain:8088/aster ... basic.html
* Before using the GUI, Please run the install script at http://localhost.localdomain:8088/aster ... stall.html
* The login and password should be an entry from /etc/asterisk/manager.conf
which has 'config' permission in read and write. For example:
[admin]
secret = mysecret14531
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
--- Good luck! ---
Looking at netstat showed that there is nothing listening on port 8088.
Any idea ?
Thanks