How to Download and Compile DAHDI on CentOS
In order to download DAHDI from source, visit http://www.downloads.digium.com/pub/telephony/dahdi-linux-complete/ and select one of the tar.gz links (http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.7.0.1+2.7.0.1.tar.gz for example)
Â
In a terminal,Â
cd /usr/src/
wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.7.0.1+2.7.0.1.tar.gz
Â
After this is done, extract the file
tar -zxvf dahdi-linux-complete-2.7.0.1+2.7.0.1.tar.gz
Â
Change to the DAHDI directory
cd dahdi-linux-complete-2.7.0.1+2.7.0.1/
Â
Lastly, compile DAHDI
make
make install
make config