Asterisk Manual Installation

  1. Download and untar asterisk, zaptel, and libpri releases from http://www.asterisk.org into /usr/src
    • [root@b2 src]# wget -c http://ftp.digium.com/pub/asterisk/
      old-releases/asterisk-1.2.10.tar.gz
    • [root@Ana17 src]# wget -c http://ftp.digium.com/pub/zaptel/
      releases/zaptel-1.2.8.tar.gz
    • [root@Ana17 src]# wget -c http://ftp.digium.com/pub/libpri/
      libpri-1.2.3.tar.gz
  2. Create symbolic links
    [root]# cd /usr/src
    [root]# ln -s asterisk-1.2.10 asterisk
    [root]# ln -s zaptel-1.2.8 zaptel
    [root]# ln -s libpri-1.2.3 libpri
  3. Compile libpri to ensure no problems exist at this point
    1. cd /usr/src/libpri
    2. make clean
    3. make install
  4. Compile zaptel to ensure no problems exist at this point
    1. cd /usr/src/zaptel
    2. make clean
    3. make install; I found and fixed this problem.
  5. Compile asterisk to ensure no problems exist at this point
    1. cd /usr/src/asterisk
    2. make clean
    3. make install

Created by: mike last modification: Thursday 26 of October, 2006 [02:08:20 UTC] by mike

The original document is available at http://www.ss7box.com/tiki-index.php?page=Asterisk%20Manual%20Installation