0% found this document useful (0 votes)
59 views

ADL Quickstart

Digium hardware requires drivers and libraries that are not integrated with the linux kernel. If you are installing a digital card, download and install the latest version of libpri. DAHDI is available for download from: # wget to install your Digium(r) card, you will need: linux 2. Kernel headers Development libraries and headers for ncurses.

Uploaded by

Rashid Rasheed
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

ADL Quickstart

Digium hardware requires drivers and libraries that are not integrated with the linux kernel. If you are installing a digital card, download and install the latest version of libpri. DAHDI is available for download from: # wget to install your Digium(r) card, you will need: linux 2. Kernel headers Development libraries and headers for ncurses.

Uploaded by

Rashid Rasheed
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Asterisk / DAHDI / Libpri ®

QuickStart Installation
Software Installation Installation Steps

Digium® hardware requires drivers and libraries that are not 1) If you are installing a digital card, download and install the latest version of libpri. Substitute the
integrated with the Linux kernel. Digium hardware is only version of libpri for the X.X in the command line below. libpri is available for download from:
supported under Linux. Digium recommends CentOS, Debian, http://downloads.digium.com/pub/telephony/libpri
RedHat, and Ubuntu distributions of Linux.
# wget http://downloads.digium.com/pub/telephony/libpri/libpri-X.X-current.tar.gz
Digium’s software, including drivers and application software,
may be obtained from Digium’s downloads server at: 2) Expand the downloaded file, compile its contents, and install the library. Substitute the version of
http://downloads.digium.com libpri for the X.X and X.X.X in the command lines below.

For an introduction to Asterisk®, Digium’s telephony software, # tar -zxvf libpri-X.X-current.tar.gz


including information on its configuration, setup and features, # cd libpri-X.X.X/
please refer to: http://www.asterisk.org # make
# make install
For information on setting up and configuring DAHDI drivers
for your Digium hardware product, please refer to the product’s 3) Download the latest DAHDI drivers. DAHDI is available for download from:
manual, available in the product-specific documentation section http://downloads.digium.com/pub/telephony/dahdi-linux-complete
at: http://www.digium.com
# wget http://downloads.digium.com/pub/telephony/dahdi-linux-complete/dahdi-linux-complete.tar.gz

To install your Digium® card, you will need: 4) Expand the downloaded file, compile its contents, and install the drivers and applications. Substitute
the version of DAHDI for the X.X.X in the command lines below.
• Linux 2.6 kernel headers
• Development libraries and headers for ncurses # tar -zxvf dahdi-linux-complete-current.tar.gz
• Development libraries and headers for zlib and openssl # cd dahdi-linux-complete-X.X.X+X.X.X
• Development libraries and headers for libnewt # make
• GCC and standard software build tools # make install

It is recommended that you use the most recent version of the 5) Download the latest version of Asterisk. Substitute the version of Asterisk for the X.X in the
Asterisk, DAHDI, and libpri software for the best results. If you command line below. Asterisk is available for download from:
have previously installed any of these, Digium recommends that http://downloads.digium.com/pub/telephony/asterisk/
you upgrade to the latest “-current” version of each.
# wget http://downloads.digium.com/pub/telephony/asterisk/asterisk-X.X-current.tar.gz

6) Expand the downloaded file, compile its contents, and install the application. Substitute the version
of Asterisk for the X.X and X.X.X in the command lines below.

THANKS FOR
# tar -zxvf asterisk-X.X-current.tar.gz
# cd asterisk-X.X.X
# ./configure
# make menuselect

THE INSTALL!! # make


# make install

7) If this is your first Asterisk install, you should install the sample configuration files. To do this run:

# make samples

Note that running this command will overwrite, after making a backup copy, any older Asterisk
configuration files that you may have on your system

www.digium.com Your installation of Asterisk, DAHDI, and libpri is now complete.

www.asterisk.org If your installation has failed, please contact the reseller from whom you have purchased your Digium
product, or e-mail Digium Technical Support via [email protected].
v1.3 - 9 FEB 09

You might also like