[HELP] zapata.conf, PRI and unconfigured channel

I’ve installed Asterisk and connected it to an Avaya Definity using a TE110P card.

I’ve managed to get outbound dialing to work through a soft phone connecting to Asterisk which passes the call out through the Definity.

I cannot get Asterisk to answer inbound calls. Here’s the error I get when I try to dial into the Asterisk:

Sep 1 16:18:26 WARNING[18571]: chan_zap.c:7575 pri_dchannel: Ring requested on unconfigured channel 0/1 span 1
– Extension ‘’ in context ‘default’ from ‘’ does not exist. Rejecting call on channel 1/23, span 1
Sep 1 16:18:26 WARNING[18571]: chan_zap.c:7575 pri_dchannel: Ring requested on unconfigured channel 0/1 span 1
– Extension ‘’ in context ‘default’ from ‘’ does not exist. Rejecting call on channel 1/23, span 1

I think it has to be something in zapata.conf, but I don’t have any idea what it might be. Here’s my current zapata.conf file:

[trunkgroups]
trunkgroup => 1,24
;
spanmap => 1,1,1
;spanmap => 2,1,2
;spanmap => 3,1,3
;spanmap => 4,1,4

[channels]
language=en
context=default
switchtype=national
signalling = pri_net
group = 1
pridialplan=national
overlapdial=no
priindication = outofband
rxwink=300 ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
usecallingpres=yes
;sendcalleridafter=1
callwaitingcallerid=yes
threewaycalling=no
transfer=no
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
;echotraining=yes
;echotraining=800
;relaxdtmf=yes
rxgain=0.0
txgain=0.0
immediate=no
callerid=asreceived
callgroup=1
channel => 1-23

Could someone look at this and please tell me what I am doing wrong?

Thanks,

Terri