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



