DAHDI
The Digium Asterisk Hardware Device Interface, or DAHDI (formerly known as Zaptel), is the software Asterisk uses to interface with telephony hardware. We recommend that you install it even if you have no hardware installed, because DAHDI is a dependency required for building the timing module
res_timing_dahdi
and is used for Asterisk dialplan applications such as MeetMe()
.
Another dependency is required for installing DAHDI, and that is the kernel source. It is important that the kernel version being used match exactly that of the kernel source being installed. You can use uname -a to verify the currently running kernel version:
The use of uname -r surrounded by backticks (
`
) is for filling in the currently running kernel version so the appropriate package is installed.
The following commands show how to install DAHDI-linux-complete 2.4.0+2.4.0. There may be a newer version available by the time you are reading this, so check downloads.asterisk.org first. If there is a newer version available, just replace the version number in the commands:
$ cd ~/src/asterisk-complete/ $ mkdir dahdi $ cd dahdi/ $svn co http://svn.asterisk.org/svn/dahdi/linux-complete/tags/
$2.4.0+2.4.0
cd
$ make $ sudo make install $ sudo make config2.4.0+2.4.0
You will need to have Internet access when running the make all command, as it will attempt to download the latest hardware firmware from the Digium servers.
http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_how_to_install_it.html
No hay comentarios:
Publicar un comentario