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 - AddQueueMember and the queue_log file - Compiling Asterisk 1.8 on CentOS 5.5 64-bit - Installing QueueMetrics - Music-on-hold without MPG123 - Installing the Linksys PAP2-NA port adapter - Configuring a queue - Understanding queue logic - Utenti/Lenz73 - Compiling Asterisk with OH323 - Changing DTMF tone frequency in Asterisk - Create an account - Script to convert music-on-hold to native formats - QueueMetrics - Misc links - Compiling Asterisk 1.2 with TDM400 and H323 - asterisk - Monitoring Zaptel Hardware - Improving AstRecipes - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - QueueMetrics logs - Licences - Add a recipe - Avoiding queue_log file rotation - Connecting to FWD using IAX - Listening to recorded calls using XC-AST - User stats - UPDATING - Installing QueueMetrics using Yum - SandBox - Backup of an Asterisk system - Administering QueueMetrics using Tomcat - Converting sound files for Asterisk - Asterisk dialplanner - Utenti/timlitw - Checking library dependencies - Turning off modules - Utenti/peter-dean - Creating XC-AST database - Quick and Dirty Asterisk sound recorder - Installing XC-AST - Displaying OH323 calls - Simple queue and agent debug monitoring - Installing XC-AST under Jetty
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 - AddQueueMember and the queue_log file - Compiling Asterisk 1.8 on CentOS 5.5 64-bit - Installing QueueMetrics - Music-on-hold without MPG123 - Installing the Linksys PAP2-NA port adapter - Configuring a queue - Understanding queue logic - Utenti/Lenz73 - Compiling Asterisk with OH323 - Changing DTMF tone frequency in Asterisk - Create an account - Script to convert music-on-hold to native formats - QueueMetrics - Misc links - Compiling Asterisk 1.2 with TDM400 and H323 - asterisk - Monitoring Zaptel Hardware - Improving AstRecipes - Upgrading QueueMetrics licences - Installing Queuemetrics on Debian - QueueMetrics logs - Licences - Add a recipe - Avoiding queue_log file rotation - Connecting to FWD using IAX - Listening to recorded calls using XC-AST - User stats - UPDATING - Installing QueueMetrics using Yum - SandBox - Backup of an Asterisk system - Administering QueueMetrics using Tomcat - Converting sound files for Asterisk - Asterisk dialplanner - Utenti/timlitw - Checking library dependencies - Turning off modules - Utenti/peter-dean - Creating XC-AST database - Quick and Dirty Asterisk sound recorder - Installing XC-AST - Displaying OH323 calls - Simple queue and agent debug monitoring - Installing XC-AST under Jetty



