Help needed with Dahdi

Hello.

I installed asterisk 1.6.5 with dahdi with a Wildcard x100p modem card. I’m unable to get it to work. I need help setting it up. When I try to make a call I get the following error:

Unable to create channel of type ‘DAHDI’ (cause 0 - Unknown)

tester:~# asterisk -rx "dahdi show status"
Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO
Generic Clone Board 1 RED 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1)

tester:/etc/asterisk# dahdi_hardware
pci:0000:00:09.0 wcfxo+ e159:0001 Wildcard X101P clone

tester:/etc/asterisk# dahdi_cfg -vv
DAHDI Tools Version - 2.2.0

DAHDI Version: 2.2.0.2
Echo Canceller(s): MG2
Configuration

Channel map:

Channel 01: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 01)

1 channels to configure.

Setting echocan for channel 1 to mg2

Thanks in advanced.

I was having a similar issue as you, so I might be able to help.

First, can you give us the output of this command?

#cat /proc/dahdi/*

Second, what happens when you type this command at the Asterisk CLI?

*CLI> dahdi show channels

cat /proc/dahdi/*
Span 1: WCFXO/0 “Generic Clone Board 1” (MASTER)

       1 WCFXO/0/0 FXSKS (In use) (SWEC: MG2)

tester*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
1 default es default In Service

Thanks,

And I missed this in your first post, but the RED alarm is not a good sign. It should say OK.

[quote]*CLI> dahdi show status
Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO
Wildcard AEX410 Board 1 OK 23 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1)[/quote]

What does your chan_dahdi.conf have setup for channel 1?

What error messages do you get when you unload and load the module?

*CLI> module unload chan_dahdi.so
*CLI> module load chan_dahdi.so