Asterisk
is a great open source PBX VoIP system. This Asterisk Management script was written for ease of Asterisk maintenance.
Originally it was written for handling Asterisk running on top of
Tomato
firmware but since version 1.4 it can be run on any Linux and Unix operation systems.
Asterisk Management script can handle Asterisk configuration files,
view peers, channels, calls, log files and system status.
File Editor
Commands Others: Show SIP Peers, Calls, Logs and System Status.
wget asteriskGUI-2.x.zip
unzip asteriskGUI-2.x.zip
mkdir cgi-bin
mv asterisk.sh cgi-bin
chmod 755 cgi-bin/asterisk.sh
Set operation_system_variant="openwrt" in the asterisk.sh script Server URL: http://asterisk.server.com/asterisk.html
Version 2.x screen shots
File Editor
Commands Others: Show SIP Peers, Calls, Logs and System Status.
1. Install Asterisk Management on OpenWrt
This shows how to setup Asterisk Management for mini_httpd. cd /wwwwget asteriskGUI-2.x.zip
unzip asteriskGUI-2.x.zip
mkdir cgi-bin
mv asterisk.sh cgi-bin
chmod 755 cgi-bin/asterisk.sh
Set operation_system_variant="openwrt" in the asterisk.sh script Server URL: http://asterisk.server.com/asterisk.html
2. Changes
03/02/2013, version 2.3- support Asterisk 11.x
- support Asterisk 1.8.x
- remove sending files from asterisk.sh script
- add show registry
- add show loaded modules
- add show Asterisk information on status page
- add advanced parsing option
- fix saving files plus sign is not encoded correctly
- it is completely rewritten using AJAX technology
- improve graphic and layout
- improve CSS
- parse log file
- improve HTML and CSS
- change from HTML to XHTML 1.1
- combine DD-WRT and Unslung scripts into 1
- modify the script that works on any Linux and Unix operation systems
- support OpenWrt
- show calls in reverse order
- parse Master.csv file for view calls
- add Asterisk version 1.4 support



