Installing DAHDI in CentOS
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
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-tools-2.0.0.tar.gz
Install dahdi linux first
make clean
make
make install
and install dahdi tools.
./configure
make
make install
make config
DAHDI is now installed in your system, you can now install Libpri and Asterisk.

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






Make sure you have installed the package...
Make sure you have installed the package required by Asterisk before compiling.
sed -i 's/windows/linux/' os

error on 'make' command
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
Problem while make install of dahdi-linux-complete
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