Friday, December 26, 2008

Dadhi installation

New asterisk install, this time zaptel is replaced by dahdi. The installation is quite simple just download the files from asterisk.org on /usr/src, untar files and run the following:

cd /usr/src/dahdi-linux-2.1.0.3#
make clean
make
make install


cd /usr/src/dahdi-tools-2.1.0.2#
./configure
make
make install
make config


Two files to check /etc/dahdi/system.conf and /etc/dahdi/init.conf. On the fist one change zone to UK.

After this as I am not running any voice hardware you can run:

modprobe dadhi
modprobe dadhi-dummy


And a lsmod | more will show the following output:


Module Size Used by
dahdi_dummy 5224 0
dahdi 186280 1 dahdi_dummy


Dadhi README notes available at:
http://svn.digium.com/view/dahdi/tools/tags/2.0.0-rc2/UPGRADE.txt?view=co

No comments: