B400P/BE400P on DAHDI User Manual
OpenVox Communication Co. LTD.
URL: www.openvox.cn
15
generally to download and decompress these packages:
#
_
wget
http://downloads.asterisk.org/pub/telephon
y/libpri/releases/libpri-1.4.11.5.tar.gz
# tar -zxvf libpri-1.4.11.5.tar.gz
#
_
wget
http://downloads.openvox.cn/pub/drivers/da
hdi-linux-complete/openvox_dahdi-linux-complete-c
#
_
tar
_
-xvzf
_
openvox_dahdi-linux-complete-current.
tar.gz
#
_
wget
http://downloads.asterisk.org/pub/telephon
y/asterisk/releases/asterisk-1.8.5.0.tar.gz
# tar -zxvf asterisk-1.8.5.0.tar.gz
If using Asterisk 1.8, it is not need to make any patches more.
If using Asterisk 1.6, please modify the file
asterisk-1.6.xx/channels/chan_dahdi.c like that.
Please comment out the following line:
/*ast_log(LOG_WARNING, "How cool would it be if someone Implemented
this mode!For now, sucks for you.(line %d)\n", v->lineno);*/
Then add the following two lines after the above action: