This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Thu 20 of Dec, 2007 [16:12 UTC]

Asterisk Manual Installation

print
  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


Menu [hide]
Toggle  Wiki
Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF
RSS Wiki
[ Execution time: 1.40 secs ]   [ Memory usage: Unknown ]   [ 23 database queries used ]   [ GZIP Disabled ]   [ Server load: 6.61 ]