Help with TDM400P and FXO ports

Hey all,

Trying to get my 2 FXO ports configured under Asterisk 1.4, and I am stuck. I tried putting a test extension in to use either channel of the card, and I always get:

-- Executing [2990@default:1] Dial("SIP/2001-0938b508", "ZAP/0") in new stack

== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel ‘SIP/2001-0938b508’ status is ‘CHANUNAVAIL’

I have tried that with the following extensions:
exten => 2990,1,Dial(ZAP/0)
exten => 2991,1,Dial(ZAP/1)
exten => 2992,1,Dial(ZAP/2)
exten => 2998,1,Dial(Zap/1/NUMBER)
exten => 2999,1,Dial(Zap/2/NUMBER)

just to try and get something going. My card is recognized fine, chan_zap loads fine etc. Not sure where else to go. Thanks (relevant info pasted below)

zapata.conf
[channels]
language=en
;
; FXO
;
pridialplan=unknown
context=default
group=1
callwaiting=yes
threewaycalling=yes
transfer=yes
cancallforward=yes

signalling=fxs_ks
channel => 1

signalling=fxs_ks
channel => 2

zaptel.conf
loadzone=us
defaultzone=us
fxsks=1
fxsks=2

CLI> module reload chan_zap
– Reloading module ‘chan_zap.so’ (Zapata Telephony)
== Parsing ‘/etc/asterisk/zapata.conf’: Found

dmesg output from loading modules:
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.4.3
Zaptel Echo Canceller: MG2
ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 19 (level, low) -> IRQ 209
Freshmaker version: 73
Freshmaker passed register test
Module 0: Not installed
Module 1: Not installed
Module 2: Installed – AUTO FXO (FCC mode)
Module 3: Installed – AUTO FXO (FCC mode)
Found a Wildcard TDM: Wildcard TDM400P REV I (2 modules)
Registered tone zone 0 (United States / North America)

One other odd thing to note, I don’t have any of the “zap” commands, did those get removed in 1.4.X? I couldn’t find anything online saying that.

*CLI> zap show
No such command ‘zap show’ (type ‘help’ for help)

Thanks

bah - nm, figured it out, fxo ports were 3 and 4, not 1 and 2.