Installing DAHDI in CentOS
Submitted by Richard on Fri, 11/14/2008 - 16:36
Due to trademark issue with the name Zaptel, Digium changed the name Zaptel to DHADI (Digium Asterisk Hardware Device Interface). Asterisk 1.6.0 and later version will use DAHDI, while Asterisk 1.4 will support both Zaptel and DAHDI. Asterisk 1.2 will be unaffected by these changes.
Installing DAHDI
Download dahdi-linux and dahdi-tools from Digium's website
cd /usr/src
http://downloads.digium.com/pub/telephony/dahdi-linux/dahdi-linux-2.0.0....
http://downloads.digium.com/pub/telephony/dahdi-tools/dahdi-tools-2.0.0....
http://downloads.digium.com/pub/telephony/dahdi-linux/dahdi-linux-2.0.0....
http://downloads.digium.com/pub/telephony/dahdi-tools/dahdi-tools-2.0.0....
and extract.
tar -zxvf dahdi-linux-2.0.0.tar.gz
tar -zxvf dahdi-tools-2.0.0.tar.gz
tar -zxvf dahdi-tools-2.0.0.tar.gz
Install dahdi linux first
cd dahdi-linux-2.0.0
make clean
make
make install
make clean
make
make install
and install dahdi tools.
cd dahdi-tools-2.0.0
./configure
make
make install
make config
./configure
make
make install
make config
DAHDI is now installed in your system, you can now install Libpri and Asterisk.
Bookmark/Search this post with:
Related Posts
- Install Asterisk 1.4 and Asterisk GUI in Ubuntu 6.06 LTS Server and Debian Etch
- Install Asterisk 1.4 and Asterisk GUI in CentOS 4 and CentOS 5
- Installing a web-based Asterisk CDR analyzer
- Install Asterisk 1.2 auto install script for CentOS 4 and CentOS 5
- Install Asterisk 1.2 in CentOS 4 and CentOS 5


Delicious
Digg
StumbleUpon
Furl
Facebook
Twitter
Google
Yahoo
Buzz Up!
LinkedIn
Technorati



Comments
[...] Due to trademark issue with the name Zaptel, Digium changed the name Zaptel to DHADI ( Digium Asterisk Hardware Device Interface). Asterisk 1.6.0 and later version will use DAHDI, while Asterisk 1.4 will support both Zaptel and DAHDI. …More [...]
Hi,
You are running it on Xen, just install kernel-devel for xen in your xen vps.
yum -y install kernel-xen-devel
28 May 2008
22 hours 59 min
Make sure you have installed the package required by Asterisk before compiling.
I'm getting this error
echo
"You do not appear to have the sources for the 2.6.18-128.1.10.el5.centos.plusxen kernel installed."
You do not appear to have the sources for the 2.6.18-128.1.10.el5.centos.plusxen kernel installed.
exit 1
my machine is installed behind a proxy server and i have already applied the following command
export http_proxy=http://:@proxyserver.com:8080
export ftp_proxy=http://:@proxyserver.com:8080
now when i do make install for the code, i get following error
Proxy request sent, awaiting response... 407 Proxy Authentication Required
15:12:07 ERROR 407: Proxy Authentication Required.
what shall i do in this, as i am not able to proceed with the installation.
abhinav aggarwal
Post new comment