One of the most affordable ways to test Asterisk is to use a X100P card. This card is actually an old V.90 modem. Some manufacturers still sell the card even after Digium had discontinued it. Recently, we were having a lot of problems in new motherboards. The symptom was very easy to detect, when trying to run the utility dahdi_test the result was simply0%. Another common issue was the message below:
[Jun 24 09:52:23] ERROR[3064] asterisk.c: Asterisk has detected a problem with your DAHDI configuration and will shutdown for your protection. You have options: 1. You only have to compile DAHDI support into Asterisk if you need it. One option is to recompile without DAHDI support. 2. You only have to load DAHDI drivers if you want to take advantage of DAHDI services. One option is to unload DAHDI modules if you don't need them 3. If you need Zaptel services, you must correctly configure DAHDI.
Diagnosis:
The problem is easily diagnosed using the utility dmesg.
cd /usr/src/dahdi-linux-2.2.0/drivers/dahdi
patch –p0 wcfxo.diff
make uninstall
make clean
make
make install
I hope this tutorial helps you, I've spent months tracking for this solution.作者: Qnewbie 時間: 2011-5-15 20:33
I found an old 56K modem, Conexant HSF 56K. Hope it would be v.90 modem.作者: ckleea 時間: 2011-5-16 19:59