Wiki Markup |
{numberedheadings}
{toc}
Section |
---|
both drivers as well as the DAHDI tools. Again, drivers, DAHDI tools, and board firmware files. Again, we're | the
{note}
LibPRI See What to Download? for more information on downloading the DAHDI tarballs. Note |
---|
title | Install DAHDI before libpri |
---|
| libpri 1.4.13 |
| as a change from older versions, libPRI
{note}
h2. With Internet Access
{noformat}
[[email protected] src]# cd dahdi-linux-complete-2.X.Y+2.X.Y
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make install
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make config
{noformat}
h2. Without Internet Access
When installing on a system without internet access, there are a few additional steps that are required to build DAHDI.
The firmware files for the various VPM modules will need to be downloaded and extracted in the source directory. The file specific links provided below are the current versions as of this writing. Please check the link below for the full list of versions.
http://downloads.digium.com/pub/telephony/firmware/releases/
On a system with internet access, download the following files:
{noformat}
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.8.0.tar.gz
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz
wget http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fwload-vpmadt032-1.25.0.tar.gz
{noformat}
Now send these to the Asterisk system and store them in {noformat}/usr/local/src/dahdi-linux-complete-2.X.Y+2.X.Y/linux/drivers/dahdi/firmware/ {noformat}
Now we can continue the installation on the Asterisk system using the steps below.
{noformat}
Note |
---|
| If you are not integrating with any traditional telephony equipment and you are not planning on using the MeetMe dialplan application, then you do not have to install DAHDI or libpri in order to use Asterisk. |
|
|
Starting with DAHDI-Linux-complete version 2.8.0+2.8.0, all files necessary to install DAHDI are available in the complete tarball. Therefore, all you need to do to install DAHDI is:
No Format |
---|
[[email protected] src]# cd dahdi-linux-complete-2.X.Y+2.X.Y
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# cd linux/drivers/dahdi/firmware
[[email protected] firmware]# for tarball in $(ls dahdi-fw-*.tar.gz); do tar -zxf $tarball; done;
[[email protected] firmware]# cd -
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make install
[[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make config {noformat}
{numberedheadings} |