TE110P always gives all-circuits-busy-now for outgoing calls

hi,
i just try to reinstall our system to trixbox-2.6.0.18 with a Digium TE110P card which was working with trixbox 2.4 with asterisk-1.4.1-3, zaptel-1.2.15-1.1706 while the new system has zaptel-1.4.10.1-1, asterisk-1.4.19.2-1. the incoming calls are working but all outgoing calls give all circuits are busy now. i try all kind of zaptel configuration for 2 days without any success. is the current zaptel driver support TE110P or it’s some bug?
any help would be useful.
thank you for your help in advance.
yours.

the current configs /etc/zaptel.conf:

span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
loadzone = hu
defaultzone = hu

/etc/asterisk/zapata-auto.conf:

group=0
context=from-zaptel
switchtype=euroisdn
signalling=pri_cpe
channel => 1-15,17-31

/etc/asterisk/zapata.conf:

[trunkgroups]

[channels]
language=hu
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=400
rxgain=0.0
txgain=0.0
callgroup=0
pickupgroup=0
immediate=no
callprogress=no
callerid=asreceived
overlapdial=yes
internationalprefix=00
nationalprefix=06
pridialplan=unknown
prilocaldialplan=unknown
#include zapata-auto.conf
#include zapata_additional.conf

and the output of a pri debug span 1:

– Executing [s@macro-dialout-trunk:20] Dial(“SIP/625-08b39ab0”, “ZAP/g0/0618870725|300|”) in new stack
– Making new call for cr 32772
– Requested transfer capability: 0x00 - SPEECH

Protocol Discriminator: Q.931 (8) len=40
Call Ref: len= 2 (reference 4/0x4) (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 81]
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: 1 ]
[6c 0a 21 80 31 38 38 37 30 36 32 35]
Calling Number (len=12) [ Ext: 0 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
Presentation: Presentation permitted, user number not screened (0) ‘18870625’ ]
[70 0b a1 30 36 31 38 38 37 30 37 32 35]
Called Number (len=13) [ Ext: 1 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) ‘0618870725’ ]
q931.c:2881 q931_setup: call 32772 on channel 1 enters state 1 (Call Initiated)
– Called g0/0618870725
< Protocol Discriminator: Q.931 (8) len=10
< Call Ref: len= 2 (reference 4/0x4) (Terminator)
< Message type: CALL PROCEEDING (2)
< [18 03 a9 83 81]
< 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: 1 ]
– Processing IE 24 (cs0, Channel Identification)
q931.c:3428 q931_receive: call 32772 on channel 1 enters state 3 (Outgoing call Proceeding)
– Zap/1-1 is proceeding passing it to SIP/625-08b39ab0
< Protocol Discriminator: Q.931 (8) len=13
< Call Ref: len= 2 (reference 4/0x4) (Terminator)
< Message type: DISCONNECT (69)
< [08 02 82 81]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Public network serving the local user (2)
< Ext: 1 Cause: Unallocated (unassigned) number (1), class = Normal Event (0) ]
< [1e 02 82 88]
< Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Public network serving the local user (2)
< Ext: 1 Progress Description: Inband information or appropriate pattern now available. (8) ]
– Processing IE 8 (cs0, Cause)
– Processing IE 30 (cs0, Progress Indicator)
q931.c:3563 q931_receive: call 32772 on channel 1 enters state 12 (Disconnect Indication)
– Channel 0/1, span 1 got hangup request, cause 1
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication, peerstate Disconnect Request
q931.c:2716 q931_release: call 32772 on channel 1 enters state 19 (Release Request)
Protocol Discriminator: Q.931 (8) len=9
Call Ref: len= 2 (reference 4/0x4) (Originator)
Message type: RELEASE (77)
[08 02 81 81]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
Ext: 1 Cause: Unallocated (unassigned) number (1), class = Normal Event (0) ]
– Hungup ‘Zap/1-1’
== Everyone is busy/congested at this time (1:0/0/1)


Hi

Take out

internationalprefix=00
nationalprefix=06

and then try again

also what does the dialplan look like ?

Ian