Channel reported in use

Hi,
I’m using asterisk 1.4.10.1 with fedora 7. Trying to use the TE210p card working on it.

When i’m trying to make out going calls getting,
"-- Channel 0/18, span 2 got hangup, cause 44
– Forcing restart of channel 0/18 on span 2 since channel reported in use
"
I have done the pri debug on span 2. Here is the Debug result

– Executing [0011@test_me:1] Dial(“SIP/1234-b7e04ed0”, “Zap/g2/001188027563117”) in new stack
– Making new call for cr 32786
– Requested transfer capability: 0x00 - SPEECH

Protocol Discriminator: Q.931 (8) len=42
Call Ref: len= 2 (reference 18/0x12) (Originator)
Message type: SETUP (5)
[04 03 80 90 a3]
Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0)
Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16)
Ext: 1 User information layer 1: A-Law (35)
[18 03 a9 83 95]
Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dchan: 0
ChanSel: Reserved
Ext: 1 Coding: 0 Number Specified Channel Type: 3
Ext: 1 Channel: 21 ]
[6c 06 21 80 31 32 33 34]
Calling Number (len= 8) [ Ext: 0 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
Presentation: Presentation permitted, user number not screened (0) ‘1234’ ]
[70 10 a1 30 30 31 31 38 38 30 32 37 33 39 33 31 31 37]
Called Number (len=18) [ Ext: 1 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) ‘001188027393117’ ]
[a1]
Sending Complete (len= 1)
q931.c:2879 q931_setup: call 32786 on channel 21 enters state 1 (Call Initiated)
– Called g2/001188027563117
< Protocol Discriminator: Q.931 (8) len=9
< Call Ref: len= 2 (reference 18/0x12) (Terminator)
< Message type: RELEASE COMPLETE (90)
< [08 02 80 ac]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: User (0)
< Ext: 1 Cause: Requested channel not available (44), class = Network Congestion (resource unavailable) (2) ]
– Processing IE 8 (cs0, Cause)
q931.c:3501 q931_receive: call 32786 on channel 21 enters state 0 (Null)
– Channel 0/21, span 2 got hangup, cause 44
– Forcing restart of channel 0/21 on span 2 since channel reported in use
Protocol Discriminator: Q.931 (8) len=13
Call Ref: len= 2 (reference 0/0x0) (Originator)
Message type: RESTART (70)
[18 03 a9 83 95]
Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dchan: 0
ChanSel: Reserved
Ext: 1 Coding: 0 Number Specified Channel Type: 3
Ext: 1 Channel: 21 ]
[79 01 80]
Restart Indentifier (len= 3) [ Ext: 1 Spare: 0 Resetting Indicated Channel (0) ]
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
– Hungup ‘Zap/52-1’
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [0011@test_me:2] Hangup(“SIP/1234-b7e04ed0”, “”) in new stack
== Spawn extension (test_me, 0011, 2) exited non-zero on ‘SIP/1234-b7e04ed0’
Really destroying SIP dialog ‘a7d5bf71-2ae5bc80@10.0.0.12’ Method: ACK


Also does not work for incoming calls.

advance thanks for some help.