B410P with DAHDI

Hello world

I have a B410P by digium (great card) and i have installed this card on asterisk 1.6 but i can’t made any call.
For my test port 1 is in TE mode and port 2 is in NT
I have connected the ports with an ethernet link. LED are green.

#dmesg

[quote]wcb4xxp 0000:04:00.0: Identified Wildcard B410P (controller rev 1) at 00011000, IRQ 58
wcb4xxp 0000:04:00.0: VPM 0/1 init: chip ver 33
wcb4xxp 0000:04:00.0: VPM 1/1 init: chip ver 33
wcb4xxp 0000:04:00.0: Hardware echo cancellation enabled.
wcb4xxp 0000:04:00.0: Port 1: TE mode
wcb4xxp 0000:04:00.0: Port 2: NT mode
wcb4xxp 0000:04:00.0: Port 3: TE mode
wcb4xxp 0000:04:00.0: Port 4: TE mode
wcb4xxp 0000:04:00.0: Did not do the highestorder stuff
[/quote]

#dahdi_genconf

#vi /etc/dahdi/system.conf

[quote]# Span 1: B4/0/1 “B4XXP (PCI) Card 0 Span 1” (MASTER) AMI/CCS
span=1,1,0,ccs,ami

termtype: te

bchan=1-2
hardhdlc=3
echocanceller=mg2,1-2

Span 2: B4/0/2 “B4XXP (PCI) Card 0 Span 2” AMI/CCS

span=2,2,0,ccs,ami

termtype: te

bchan=4-5
hardhdlc=6
echocanceller=mg2,4-5

Global data

loadzone = fr
defaultzone = fr
[/quote]

vi /etc/asterisk/dahdi-channels.conf

[quote]group=0,11
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe
channel => 1-2
context = default
group = 3
; Span 2: B4/0/2 “B4XXP (PCI) Card 0 Span 2” AMI/CCS
group=0,12
context=from-bri_net
switchtype = euroisdn
signalling = bri_net
channel => 4-5
context = default
group = 4
[/quote]

I have configure the trunk on group 3 and any route to the trunk

amportal restart
service dahdi restart

[quote]fixlocalprefix: Dialpattern XXXXXXXXXX matched. 0XXXXXXXX -> 0XXXXXXXXX
– <SIP/11-b78a2520>AGI Script fixlocalprefix completed, returning 0
– Executing [s@macro-dialout-trunk:13] Set(“SIP/11-b78a2520”, “OUTNUM=0XXXXXXXXX”) in new stack
– Executing [s@macro-dialout-trunk:14] Set(“SIP/11-b78a2520”, “custom=DAHDI/g3”) in new stack
– Executing [s@macro-dialout-trunk:15] ExecIf(“SIP/11-b78a2520”, “0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^))”) in new stack
– Executing [s@macro-dialout-trunk:16] Macro(“SIP/11-b78a2520”, “dialout-trunk-predial-hook,”) in new stack
– Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit(“SIP/11-b78a2520”, “”) in new stack
– Executing [s@macro-dialout-trunk:17] GotoIf(“SIP/11-b78a2520”, “0?bypass,1”) in new stack
– Executing [s@macro-dialout-trunk:18] GotoIf(“SIP/11-b78a2520”, “0?customtrunk”) in new stack
– Executing [s@macro-dialout-trunk:19] Dial(“SIP/11-b78a2520”, “DAHDI/g3/0XXXXXXXXX,300,”) in new stack
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [s@macro-dialout-trunk:20] Goto(“SIP/11-b78a2520”, “s-CHANUNAVAIL,1”) in new stack
– Goto (macro-dialout-trunk,s-CHANUNAVAIL,1)
– Executing [s-CHANUNAVAIL@macro-dialout-trunk:1] GotoIf(“SIP/11-b78a2520”, “1?noreport”) in new stack
– Goto (macro-dialout-trunk,s-CHANUNAVAIL,3)
– Executing [s-CHANUNAVAIL@macro-dialout-trunk:3] NoOp(“SIP/11-b78a2520”, “TRUNK Dial failed due to CHANUNAVAIL (hangupcause: 0) - failing through to other trunks”) in new stack
[/quote]

Any idea??

Thanks