Debian Sarge// Installare i pacchetti://
kernel-headers-2.6.8-2-386 libncurses5 libncurses5-dev bison zlibc zlib1g-dev libssl-dev
Scaricare i pacchetti di Asterisk e Zaptel direttamente dal sito Asterisk e non utilizzare quelli del repository di Debian che sono un tantino datati (aka stravecchi)
Sorgenti di Asterisk
Asterisk-Addons
Asterisk-Sounds
Zaptel
http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.12.1.tar.gz http://ftp.digium.com/pub/asterisk/releases/asterisk-addons-1.2.4.tar.gz http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-1.2.1.tar.gz http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.9.1.tar.gz
una volta scaricati i pacchetti necessari si procede alla scompattazione del pacchetto, compilazione e installazione
# cd /usr/src/ # tar -zxvf zaptel-1.2.9.1.tar.gz # cd zaptel-1.2.9.1/ # make linux26; make install # cd ../ # tar -zxvf asterisk-1.2.12.1.tar.gz # cd asterisk-1.2.12.1/ # make mpg123 (Importante compilare quello con asterisk!!!) # make; make install
Alla fine apparira` il messaggio rassicurante:
+---- Asterisk Installation Complete -------+ + + + YOU MUST READ THE SECURITY DOCUMENT + + + + Asterisk has successfully been installed. + + If you would like to install the sample + + configuration files (overwriting any + + existing config files), run: + + + + make samples + + + +----------------- or ---------------------+ + + + You can go ahead and install the asterisk + + program documentation now or later run: + + + + make progdocs + + + + **Note** This requires that you have + + doxygen installed on your local system + +-------------------------------------------+
Informazioni utili alla risoluzione dei problemi, installazione, configurazione Asterisk Asterisk Doc Asteriskguru