adl_quickstart

Upload: rashid-rasheed

Post on 09-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/7/2019 ADL_quickstart

    1/1

    oftware Installation

    igium hardware requires drivers and libraries that are not

    ntegrated with the Linux kernel. Digium hardware is only

    upported under Linux. Digium recommends CentOS, Debian,

    edHat, and Ubuntu distributions o Linux.

    igiums sotware, including drivers and application sotware,

    may be obtained rom Digiums downloads server at:

    ttp://downloads.digium.com

    or an introduction to Asterisk, Digiums telephony sotware,

    ncluding inormation on its confguration, setup and eatures,

    lease reer to: http://www.asterisk.org

    or inormation on setting up and confguring DAHDI driversor your Digium hardware product, please reer to the products

    manual, available in the product-specifc documentation section

    t: http://www.digium.com

    To install your Digium card, you will need:

    Linux 2.6 kernel headers

    Development libraries and headers or ncurses

    Development libraries and headers or zlib and openssl

    Development libraries and headers or libnewt

    GCC and standard sotware build tools

    is recommended that you use the most recent version o the

    sterisk, DAHDI, and libpri sotware or the best results. I you

    ave previously installed any o these, Digium recommends that

    ou upgrade to the latest -current version o each.

    Installation Steps

    1) I you are installing a digital card, download and install the latest version o libpri. Substitute the

    version o libpri or the X.X in the command line below. libpri is available or download rom:

    http://downloads.digium.com/pub/telephony/libpri

    # wget http://downloads.digium.com/pub/telephony/libpri/libpri-X.X-current.tar.gz

    2) Expand the downloaded fle, compile its contents, and install the library. Substitute the version o

    libpri or the X.X and X.X.X in the command lines below.

    # tar -zxv libpri-X.X-current.tar.gz

    # cd libpri-X.X.X/

    # make

    # make install

    3) Download the latest DAHDI drivers. DAHDI is available or download rom:

    http://downloads.digium.com/pub/telephony/dahdi-linux-complete

    # wget http://downloads.digium.com/pub/telephony/dahdi-linux-complete/dahdi-linux-complete

    4) Expand the downloaded fle, compile its contents, and install the drivers and applications. Subs

    the version o DAHDI or the X.X.X in the command lines below.

    # tar -zxv dahdi-linux-complete-current.tar.gz

    # cd dahdi-linux-complete-X.X.X+X.X.X

    # make

    # make install

    5) Download the latest version o Asterisk. Substitute the version o Asterisk or the X.X in thecommand line below. Asterisk is available or download rom:

    http://downloads.digium.com/pub/telephony/asterisk/

    # wget http://downloads.digium.com/pub/telephony/asterisk/asterisk-X.X-current.tar.gz

    6) Expand the downloaded fle, compile its contents, and install the application. Substitute the ve

    o Asterisk or the X.X and X.X.X in the command lines below.

    # tar -zxv asterisk-X.X-current.tar.gz

    # cd asterisk-X.X.X

    # ./confgure

    # make menuselect

    # make

    # make install

    7) I this is your frst Asterisk install, you should install the sample confguration fles. To do this run

    # make samples

    Note that running this command will overwrite, ater making a backup copy, any older Asterisk

    confguration fles that you may have on your system

    Your installation o Asterisk, DAHDI, and libpri is now complete.

    I your installation has ailed, please contact the reseller rom whom you have purchased your Dig

    product, or e-mail Digium Technical Support via [email protected].

    THANKS FOR

    THE INSTALL!!

    www.digium.com

    www.asterisk.org

    Asterisk/ DAHDI / Libpri

    QuickStart Installation

    v1.3 - 9 FEB 09