AstRecipes » Installing the Asterisk GUI
Asterisk 1.4 includes an HTML Asterisk GUI (well, it's more of a package for the creation of GUIs) by Digium. Installing it is quite easy once you have installed Asterisk 1.4 itself - see node Compiling Asterisk 1.4 beta. The GUI is a nice AJAX app that will run through the Asterisk embedded web server with a recent web browser. The first thing you'll have to do is to download the GUI, currently through Subversion only:svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
cd asterisk-gui/
make
make install
make samples
Edit /etc/asterisk/http.conf and change the following lines:
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
Edit /etc/asterisk/manager.conf and change the following lines:
enabled = yes
webenabled = yes
[admin]
secret = test
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
make checkconfig
http://10.10.3.103:8088/asterisk/static/config/cfgbasic.html
Softlinks:
Home Page - Compiling Asterisk 1.4 beta - Compiling Asterisk 1.4 with TDM400 and H323 - Removing Asterisk - Peering two Asterisk servers using IAX - Installing QueueMetrics from scratch - Installing the Linksys PAP2-NA port adapter - Understanding queue logic - Configuring a queue - Installing QueueMetrics - Utenti/Lenz73 - Music-on-hold without MPG123 - Compiling Asterisk with OH323 - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Monitoring Zaptel Hardware - Changing DTMF tone frequency in Asterisk - Create an account - asterisk - Misc links - AddQueueMember and the queue_log file - Improving AstRecipes - QueueMetrics - Installing Queuemetrics on Debian - Licences - Backup of an Asterisk system - Add a recipe - Upgrading QueueMetrics licences - Connecting to FWD using IAX - QueueMetrics logs - Avoiding queue_log file rotation - Converting sound files for Asterisk - Administering QueueMetrics using Tomcat - Listening to recorded calls using XC-AST - Installing QueueMetrics using Yum - Turning off modules - Recording queue transfers to disk - User stats - UPDATING - Displaying OH323 calls - SandBox - Asterisk dialplanner - Simple queue and agent debug monitoring - Checking library dependencies - Creating XC-AST database - Utenti/timlitw - Utenti/peter-dean - Installing XC-AST under Jetty - Quick and Dirty Asterisk sound recorder - Upgrading XC-AST licences
Home Page - Compiling Asterisk 1.4 beta - Compiling Asterisk 1.4 with TDM400 and H323 - Removing Asterisk - Peering two Asterisk servers using IAX - Installing QueueMetrics from scratch - Installing the Linksys PAP2-NA port adapter - Understanding queue logic - Configuring a queue - Installing QueueMetrics - Utenti/Lenz73 - Music-on-hold without MPG123 - Compiling Asterisk with OH323 - Script to convert music-on-hold to native formats - Compiling Asterisk 1.2 with TDM400 and H323 - Monitoring Zaptel Hardware - Changing DTMF tone frequency in Asterisk - Create an account - asterisk - Misc links - AddQueueMember and the queue_log file - Improving AstRecipes - QueueMetrics - Installing Queuemetrics on Debian - Licences - Backup of an Asterisk system - Add a recipe - Upgrading QueueMetrics licences - Connecting to FWD using IAX - QueueMetrics logs - Avoiding queue_log file rotation - Converting sound files for Asterisk - Administering QueueMetrics using Tomcat - Listening to recorded calls using XC-AST - Installing QueueMetrics using Yum - Turning off modules - Recording queue transfers to disk - User stats - UPDATING - Displaying OH323 calls - SandBox - Asterisk dialplanner - Simple queue and agent debug monitoring - Checking library dependencies - Creating XC-AST database - Utenti/timlitw - Utenti/peter-dean - Installing XC-AST under Jetty - Quick and Dirty Asterisk sound recorder - Upgrading XC-AST licences



