Entire playlist: http://www.youtube.com/view_play_list?p=9E241EDD7EDF8E67
There a few ways to install asterisk, I show how to install asterisk from tar balls. Keep in mind there's a slightly easier way to do it through yum, but then that would make things to easy ;).
I kept the video very concise. In this video, I basically just go through the commands more than a real explaination.
Here I'll put the commands for you copy and paste convenience.
#Below are the commands you can copy and paste into your centos box to install asterisk
cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8.3.tar.gz
yum install gcc gcc-c++ ncurses-devel libxml2-devel -y
./configure
make
make install
make samples
**** The configure script must be executed before running 'make'.
**** Please run "./configure".
****
make: *** [makeopts] Error 1
[root@dhcppc1 asterisk-1.6.2.22]# make sample
I have already executed "./configure"...
Kindly Suggest...
SUMANKUMAR1986 2 months ago
hats off to you Sir!!!
bluvard45 3 months ago