
Digium, Inc.
Page 36
Chapter 2: Card Installation
Installing Asterisk
If you wish to use Asterisk with your new hardware, you can follow the
instructions below.
1.
Download the latest release version of Asterisk, either 1.4.22 (or
later), 1.6.0.1 (or later), or 1.8.0 (or later). Substitute the version of
Asterisk for the X.X in the command below. Asterisk is available for
download from:
http://downloads.digium.com/pub/telephony/asterisk
# wget http://downloads.digium.com/pub/telephony/
asterisk/asterisk-X.X-current.tar.gz
2.
Expand the downloaded file, compile its contents, and install the
application. Substitute the version of Asterisk for the X.X and X.X.X
in the command lines below.
# tar -zxvf asterisk-X.X-current.tar.gz
# cd asterisk-X.X.X/
#./configure
# make menuselect
# make
# make install