I think the problem is in your extensions.conf ..
 
try this out :
 
[incoming]
exten => s,1,Wait,1
exten => s,2,Dial(extension number)
exten => s,3,Hangup
 
substitute which extension it's meant to ring ..
 
 
Also try adding the line
"immediate=yes"
to your zapata.conf
 
 
it works for me :)
 
good luck!
Dave
----- Original Message -----
Sent: Friday, July 11, 2003 1:09 PM
Subject: [Asterisk-Users] ISDN PRI E1 configuration with E100P

hi Everyone,

We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output,

*CLI>
  == D-Channel on span 1 up
    -- B-channel 1 successfully restarted on span 1
    -- B-channel 2 successfully restarted on span 1
       . . .
    -- B-channel 31 successfully restarted on span 1

but, when we make a call to this E1 from outside, it gives the following error,

WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found?
WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 1
WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found?
WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 2

does anybody hav an idea on this?

our zaptel.conf is,

#E100p card
span=1,0,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16

zapata.conf,

;E100p card
switchtype=EuroISDN
signalling=pri_cpe
pridialplan=unknown
context=incoming
group = 2
channel => 1-15,17-31

Thanks inadvance,

Surajee


--------------This mail sent through OmniBIS.com-------------- _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to