Dahdi and x100p

This weekend I installed CentOS 5, Asterisk 1.6, Gui 2.0, and Dahdi 2.3. Activated a couple of phones, all good.
Tried to get my x100p card running,…

I get an error" Unable to create channel of type ‘DAHDI’ (cause 0 - Unknown)"

with Dahdi I can see that the card is configured, best I can tell my Dahi.conf, Extension.conf are configured correctly.
Note: Using Dahdi status, it says channel 1 is a DID.??? I can not find any reference to this anywhere.

See errors below…

From CLI>

== Using SIP RTP CoS mark 5
– Executing [9*******@DLPN_DialPlan1:1] Macro(“SIP/2801-00000003”, “trunkdial-failover-0.3,DAHDI/1/,trunk_1,”) in new stack
– Executing [s@macro-trunkdial-failover-0.3:1] GotoIf(“SIP/2801-00000003”, “0?1-fmsetcid,1”) in new stack
– Executing [s@macro-trunkdial-failover-0.3:2] GotoIf(“SIP/2801-00000003”, “1?1-setgbobname,1”) in new stack
– Goto (macro-trunkdial-failover-0.3,1-setgbobname,1)
– Executing [1-setgbobname@macro-trunkdial-failover-0.3:1] Set(“SIP/2801-00000003”, “CALLERID(name)=******”) in new stack
– Executing [1-setgbobname@macro-trunkdial-failover-0.3:2] Goto(“SIP/2801-00000003”, “s,3”) in new stack
– Goto (macro-trunkdial-failover-0.3,s,3)
– Executing [s@macro-trunkdial-failover-0.3:3] Set(“SIP/2801-00000003”, “CALLERID(num)=”) in new stack
– Executing [s@macro-trunkdial-failover-0.3:4] GotoIf(“SIP/2801-00000003”, “0?1-dial,1”) in new stack
– Executing [s@macro-trunkdial-failover-0.3:5] Set(“SIP/2801-00000003”, “CALLERID(all)=6087566000”) in new stack
– Executing [s@macro-trunkdial-failover-0.3:6] Goto(“SIP/2801-00000003”, “1-dial,1”) in new stack
– Goto (macro-trunkdial-failover-0.3,1-dial,1)
– Executing [1-dial@macro-trunkdial-failover-0.3:1] Dial(“SIP/2801-00000003”, “DAHDI/1/”) in new stack
[May 3 21:04:49] WARNING[10104]: app_dial.c:1745 dial_exec_full: Unable to create channel of type ‘DAHDI’ (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)

Correction:

Its not Dahdi Status its Dahdi show channels that says DID_trunk_1 don’t get that

Also this is a x100p clone not a true wild card.
Which when I purchased it nothing was said about it being a clone.

Any one have any thoughts on this, i’m out of ideas. Have ordered a T1 card, would still like this for backup and 911.

what is the output of:

cat /proc/dahdi/* asterisk -rx "dahdi show channels"

HTH,
Ioan

Sorry about the time lag here.

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

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

asterisk -rx "dahdi show channels"
No such command ‘dahdi show channels’

I did get the command to work, If I delete the trunk from the GUI and reload asterisk then show channels works.

Also, I realized that I loaded things in the wrong order, OS, Asterisk, then Dahdi. I was to load Dahdi then Asterisk.

ok - do you have another issue or everything is OK now?