Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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, 

  1. 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

  1. tar -zxvf dahdi-linux-complete-2.7.0.1+2.7.0.1.tar.gz

Change to the DAHDI directory

  1. cd dahdi-linux-complete-2.7.0.1+2.7.0.1/

Lastly, compile DAHDI

  1. make

  2. make install

  3. make config

  • No labels