AstRecipes » Compiling Asterisk 1.4 beta
Getting all this software is fairly easy to get installed, thanks to the very powerful yum installed that ships with CentOS:
yum install gcc-g++
yum install gnutls-devel
tar zxvf iksemel-1.2.tar.gz
cd iksemel-1.2
./configure
make
make install
The process of installing Asterisk is quite easy, as always. The most important changes have been the adoption of the standard GNU configure utility and a very nice menu configuration utility that will allow a simpler control on what you actually need to build.
tar zxvf zaptel-1.4.0-beta2.tar.gz
cd zaptel-1.4.0-beta2
./configure
make menuselect
make
make install
cd ..
tar zxvf libpri-1.4.0-beta1.tar.gz
cd libpri-1.4.0-beta1
make
make install
cd ..
tar zxvf asterisk-1.4.0-beta3.tar.gz
cd asterisk-1.4.0-beta3
./configure
make menuselect
make
make install
make samples
cd ..
asterisk -vvvvvvvvvvvvvvc
show version
Softlinks:
Home Page - Installing the Asterisk GUI - Removing Asterisk - Compiling Asterisk 1.4 with TDM400 and H323 - Installing QueueMetrics from scratch - Installing QueueMetrics - Music-on-hold without MPG123 - Peering two Asterisk servers using IAX - Utenti/Lenz73 - QueueMetrics - Create an account - Script to convert music-on-hold to native formats - Upgrading QueueMetrics licences - Configuring a queue - AddQueueMember and the queue_log file - Compiling Asterisk 1.2 with TDM400 and H323 - Changing DTMF tone frequency in Asterisk - Compiling Asterisk with OH323 - Improving AstRecipes - Installing Queuemetrics on Debian - QueueMetrics logs - Understanding queue logic - Avoiding queue_log file rotation - Misc links - Add a recipe - User stats - Licences - SandBox - Installing the Linksys PAP2-NA port adapter - Checking library dependencies - Connecting to FWD using IAX - asterisk - Monitoring Zaptel Hardware - UPDATING - Installing QueueMetrics using Yum - Listening to recorded calls using XC-AST - Utenti/timlitw - Utenti/peter-dean - Installing XC-AST under Jetty - Installing XC-AST - Turning off modules - Administering QueueMetrics using Tomcat - Converting sound files for Asterisk - Quick and Dirty Asterisk sound recorder - Displaying OH323 calls - Creating XC-AST database - Adding third-party modules to XC-AST - Recording queue transfers to disk - Simple queue and agent debug monitoring - Backup of an Asterisk system
Home Page - Installing the Asterisk GUI - Removing Asterisk - Compiling Asterisk 1.4 with TDM400 and H323 - Installing QueueMetrics from scratch - Installing QueueMetrics - Music-on-hold without MPG123 - Peering two Asterisk servers using IAX - Utenti/Lenz73 - QueueMetrics - Create an account - Script to convert music-on-hold to native formats - Upgrading QueueMetrics licences - Configuring a queue - AddQueueMember and the queue_log file - Compiling Asterisk 1.2 with TDM400 and H323 - Changing DTMF tone frequency in Asterisk - Compiling Asterisk with OH323 - Improving AstRecipes - Installing Queuemetrics on Debian - QueueMetrics logs - Understanding queue logic - Avoiding queue_log file rotation - Misc links - Add a recipe - User stats - Licences - SandBox - Installing the Linksys PAP2-NA port adapter - Checking library dependencies - Connecting to FWD using IAX - asterisk - Monitoring Zaptel Hardware - UPDATING - Installing QueueMetrics using Yum - Listening to recorded calls using XC-AST - Utenti/timlitw - Utenti/peter-dean - Installing XC-AST under Jetty - Installing XC-AST - Turning off modules - Administering QueueMetrics using Tomcat - Converting sound files for Asterisk - Quick and Dirty Asterisk sound recorder - Displaying OH323 calls - Creating XC-AST database - Adding third-party modules to XC-AST - Recording queue transfers to disk - Simple queue and agent debug monitoring - Backup of an Asterisk system



