Hi
I have installed asterisk and asterisk-gui on my fedora 8 host system. I am unable to run the GUI for asterisk. Please see the following outputs…
[root@localhost 2.0]# 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 localhost.localdomain:8088asteri … basic.html
-
Note: If you have bindaddr=127.0.0.1 in /etc/asterisk/http.conf
you will only be able to visit it from the local machine. -
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 = mysecret13015
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
— Good luck! —
[root@localhost 2.0]#
Now if i access th web page as
localhost.localdomain:8088asteri … basic.html
I am unable to get the gui…