Allow Asterisk Manager Access via HTTP
eduguru 0 Comments "astman" like interface. You can login with your username/secret for manager and have a basic view of channels as well as transfer and hangup calls. It's only tested in Firefox, Allow Asterisk Manager Access via HTTP, Asterisk stores a cookie on your browser (valid for the length of httptimeout) which is used to connect to the same session. http://localhost:8088/asterisk/rawman?action=status Assuming you've already, Asterisk will serve up a demo page which presents a live, but could probably be made to run in other browsers as well., but very basic, Make sure you have both "enabled = yes" and "webenabled = yes" setup in /etc/asterisk/manager.conf You may also use "httptimeout" to set a default timeout for HTTP connections. Make sure you have a ma, theoretically compatible with RICO http://localhost:8088/asterisk/static/ajamdemo.html If you have enabled static content support and have done a make install, this URI will give you a "raw" manager output for the "status" command. http://localhost:8088/asterisk/mxml?action=status This will give you the same status view but represented as AJAX data
Make sure you have both “enabled = yes” and “webenabled = yes” setup in /etc/asterisk/manager.conf You may also use “httptimeout”
Read more