After I made a success installation and launched asterisk, I typed:
192.168.1.5:8088/asterisk/static … basic.html on Firefox to reach the GUI.
Firefox sends me a message that cannot load the page.
The http.conf file it’s like this:
[general]
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
bindport=8088
The manager.conf file it’s like this:
[general]
displaysystemname=yes
enabled=yes
webenabled=yes
port=5038
httptimeout=60
bindaddr=0.0.0.0
The GUI “.html” files are in /usr/src/asterisk-gui/config/
The “.conf” files are in /etc/asterisk/
When I typed: “make checkconfig”, there is an error.
Checking for http.conf: OK
Checkinf for manager.conf: OK
Checkinf if HTTP is enabled: FAILED
Could you help me?
Thanks.