PRI crash

Asterisk 1.4.39.1
dahdi 2.4.0+2.4.0
spandsp-0.0.5
libpri-1.4.11.5
Linux version 2.6.18
Digium card wct4xxp
I am having a little problem.
4 active PRIs with independent D-channels, total available b-channels 92.
When I send more then 92 calls via sip peer the PRIs crash one by one disconnecting all the connected channels and not allowing new call connect.
The expected respond should be busy/channel unavailable but instead the PRI (d-channel) crashes
I am including my config:
/etc/dahdi/system.conf
span=1,0,0,esf,b8zs
span=2,0,0,esf,b8zs
span=3,0,0,esf,b8zs
span=4,0,0,esf,b8zs
bchan=1-23,25-47,49-71,73-95
dchan=24,48,72,96
loadzone = us
defaultzone=us

I get same result with 1,1,0 2,2,0 3,3,0 4,4,0 and 1,1,0 2,1,0 3,1,0 4,1,0

/etc/asterisk/chan_dahdi.conf
[trunkgroups]
[channels]
language=en
context=default
switchtype=national
pridialplan=national
signalling=pri_cpe
rxwink=300
usecallerid=yes
facilityenable=yes
cidsignalling=bell
cidstart=ring
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
;echocancelwhenbridged=yes
echotraining=yes
rxgain=0.0
txgain=0.0
immediate=no
group = 0
channel => 1-23,25-47,49-71,73-95

/etc/asterisk/extensions.conf

[general]
static=yes
writeprotect=yes
autofallthrough=yes
extenpatternmatchnew=no
clearglobalvars=yes
priorityjumping=no
userscontext=default

[globals]
;TRUNKXX=DAHDI/G0
TRUNKXX=DAHDI/g0

[out-att]

;exten => _1NXXNXXXXXX,1,Set(GROUP()=limit)
;exten => _1NXXNXXXXXX,2,GotoIf($[${GROUP_COUNT()}>92]?103) ;92 is your used channel limit
;exten => _1NXXNXXXXXX,3,NoOp,${CALLERID(all)}
exten => _1NXXNXXXXXX,1,Dial(${TRUNKXX}/${EXTEN})
exten => _1NXXNXXXXXX,2,Hangup
;exten => _1NXXNXXXXXX,103,SetVar(DIALSTATUS=CHANUNAVAIL)
exten => t,1,Congestion()
exten => i,1,Congestion()

After over a week of hair pulling I wish to ask for any suggestions.
dmesg and messages log does not show any related errors. Also there is no IRQ conflict.

Hi,

Please contact Digium’s Support department directly:

digium.com/support

Cheers.