...
cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/certified-asterisk/certified-asterisk-11.2-cert2.tar.gz
After this is done, extract the tar file.
tar -zxvf certified-asterisk-11.2-cert2.tar.gz
Change to the Asterisk source directory
cd certified-asterisk-11.2-cert2/
Lastly, compile Asterisk
./configure
make menuselect
make
make install
make samples (this installs a set of sample config files and is optional)
make config
Info |
---|
Please note that if you have a Digium card or need Asterisk to work with DAHDI you need to install DAHDI first. |