Hello All ,
i am trying to install Asterisk server on rhel5 i have installed everything properly but after the installation of asterisk Gui when i execute # make checkconfig
i am geeting following output
--- 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://station11.example.com:8088/asterisk/static/config/cfgbasic.html
this is perfect but when i am going on this url by this command
gnome-open
http://station11.example.com:8088/asterisk/static/config/cfgbasic.html
i am getting this error
Not Found
The requested URL was not found on this server.
Asterisk Serveroutput of # service asterisk status
asterisk (pid 32728) is running....
Output of # telnet
station11.example.com 8088
telnet 192.168.30.11 8088
Trying 192.168.30.11...
Connected to
station11.example.com (192.168.30.11).
Escape character is '^]'.
everithing is ok still i am getting this error pls help me out what should i do for this problem
Thanks
Amit Patel