Asterisk Project : Setting up the Asterisk HTTP server
Added by mdavenport , edited by mdavenport on Aug 31, 2010
- Uncomment the line "enabled=yes" in /etc/asterisk/http.conf to enable Asterisk's builtin micro HTTP server.
- If you want Asterisk to actually deliver simple HTML pages, CSS, javascript, etc. you should uncomment "enablestatic=yes"
- Adjust your "bindaddr" and "bindport" settings as appropriate for your desired accessibility
- Adjust your "prefix" if appropriate, which must be the beginning of any URI on the server to match. The default is "asterisk" and the rest of these instructions assume that value.