Look in the directory /var/lib/asterisk/static-http, there are some html files, try open one of this, for example try open the index.html file through this url:
http show status[/code]
It will show us if the http server is enabled or not, the binding IP and the enabled URI, like the following output:
[code]tenora*CLI> http show status
HTTP Server Status:
Prefix: /asterisk
Server Enabled and Bound to 0.0.0.0:8088
Enabled URI's:
/asterisk/httpstatus => Asterisk HTTP General Status
/asterisk/static/... => Asterisk HTTP Static Delivery
In case you still have troubles - please double check your http.conf file.
In order to check if “somebody” listen on 8088 please check this command and see if 8088 is displayed or not:
netstat -tlnp
PS: Because you have bind to 0.0.0.0 you could try also to connect to asterrisk_IP instead of localhost -> but probably you are testing from the same machine and this is why you are using “localhost” - right?
ok - so the asterisk internal web server is working and you are not on the localhost - thus you have to use the IP address of the Asterisk server (which I understand is 192.168.204.200) …now you have to play with it - but here I’m not a specialist.
you have to look to the following links (mentioned into Asteisk CLI by http show status):
[quote]Enabled URI’s:
/httpstatus => Asterisk HTTP General Status
/phoneprov/… => Asterisk HTTP Phone Provisioning Tool
/manager => HTML Manager Event Interface
/rawman => Raw HTTP Manager Event Interface
/static/… => Asterisk HTTP Static Delivery
/mxml => XML Manager Event Interface[/quote]