Main Menu (suckerfish)

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

and extract.

tar -zxvf dahdi-linux-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

and install dahdi tools.

cd dahdi-tools-2.0.0
./configure
make
make install
make config

DAHDI is now installed in your system, you can now install Libpri and Asterisk.


Your rating: None
webmaster's picture

Make sure you have installed the package...

Make sure you have installed the package required by Asterisk before compiling.

yum install gcc gcc-c++ kernel kernel-devel bison openssl-devel libtermcap-devel ncurses-devel subversion

sed -i 's/windows/linux/' os

BM's picture

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

Abhinav Aggarwal's picture

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

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may quote other posts using [quote] tags.

More information about formatting options