Stefano Finetti
2003-Jul-04 09:24 UTC
[Asterisk-Users] zt_pri_errors: PRI got event: 8 / 6
Greetings. Today I've installed a fresh new E100P on a EuroISDN PRI. It seems to work well, accepting calls, but, when I start *, I have the screen flooded with this message: PRI got event: 8 (or 6) If i look into /var/log/asterisk/messages i've this Error: File chan_zap.c, Line 5341 (zt_pri_error): PRI: Read on 35 failed: Unknown error 500 Repeated indefinitely. Also, i've a real strange problem. It seems that i'm perfectly able to call fixed phones, but If i try to call: - Mobile Phones - Toll Free numbers, i obtain this from the *CLI> -- Executing SetCallerID("SIP/Telefono-1-d8f2", "199770783") in new stack -- Executing Dial("SIP/Telefono-1-d8f2", "Zap/g1/348xxxxxxx") in new stack -- Called g1/348xxxxxxx -- Channel 4, span 1 got hangup == No one is available to answer at this time -- Hungup 'Zap/4-1' (xxxxx are for privacy issues) Has anyone ideas? I've lurked the archive for the zt_pri_error but did'nt find answers. Another info that may be useful... Every 3 or 4 minutes, i obtain this from the *CLI> == D-Channel on span 1 down == D-Channel on span 1 up -- B-channel 1 successfully restarted on span 1 -- B-channel 2 successfully restarted on span 1 -- B-channel 3 successfully restarted on span 1 -- B-channel 4 successfully restarted on span 1 -- B-channel 5 successfully restarted on span 1 -- B-channel 6 successfully restarted on span 1 -- B-channel 7 successfully restarted on span 1 -- B-channel 8 successfully restarted on span 1 -- B-channel 9 successfully restarted on span 1 -- B-channel 10 successfully restarted on span 1 -- B-channel 11 successfully restarted on span 1 -- B-channel 12 successfully restarted on span 1 -- B-channel 13 successfully restarted on span 1 -- B-channel 14 successfully restarted on span 1 -- B-channel 15 successfully restarted on span 1 Thanks -- Stefano Finetti System Consultant Lynx Automotive srl ssfinetti@lynxautomotive.it
Steven Critchfield
2003-Jul-04 10:11 UTC
[Asterisk-Users] zt_pri_errors: PRI got event: 8 / 6
On Fri, 2003-07-04 at 11:24, Stefano Finetti wrote:> Greetings. > > Today I've installed a fresh new E100P on a EuroISDN PRI. > > It seems to work well, accepting calls, but, when I start *, I have > the screen flooded with this message: > > PRI got event: 8 (or 6) > > If i look into /var/log/asterisk/messages i've this Error: > > File chan_zap.c, Line 5341 (zt_pri_error): PRI: Read on 35 failed: > Unknown error 500 > > Repeated indefinitely. > > Also, i've a real strange problem. > > It seems that i'm perfectly able to call fixed phones, but If i try to > call: > - Mobile Phones > - Toll Free numbers, i obtain this from the *CLI> > > -- Executing SetCallerID("SIP/Telefono-1-d8f2", "199770783") in > new stack > -- Executing Dial("SIP/Telefono-1-d8f2", "Zap/g1/348xxxxxxx") in > new stack > -- Called g1/348xxxxxxx > -- Channel 4, span 1 got hangup > == No one is available to answer at this time > -- Hungup 'Zap/4-1' > > (xxxxx are for privacy issues) > > Has anyone ideas? > > I've lurked the archive for the zt_pri_error but did'nt find answers. > > Another info that may be useful... > > Every 3 or 4 minutes, i obtain this from the *CLI> > > == D-Channel on span 1 down > == D-Channel on span 1 upJust guessing here, but it looks like something is happening to cause your D channel to bounce. This would cause all kinds of errors. You may want to recheck your span configuration.> -- B-channel 1 successfully restarted on span 1 > -- B-channel 2 successfully restarted on span 1 > -- B-channel 3 successfully restarted on span 1 > -- B-channel 4 successfully restarted on span 1 > -- B-channel 5 successfully restarted on span 1 > -- B-channel 6 successfully restarted on span 1 > -- B-channel 7 successfully restarted on span 1 > -- B-channel 8 successfully restarted on span 1 > -- B-channel 9 successfully restarted on span 1 > -- B-channel 10 successfully restarted on span 1 > -- B-channel 11 successfully restarted on span 1 > -- B-channel 12 successfully restarted on span 1 > -- B-channel 13 successfully restarted on span 1 > -- B-channel 14 successfully restarted on span 1 > -- B-channel 15 successfully restarted on span 1 > > Thanks-- Steven Critchfield <critch@basesys.com>
Hi Stefano, On Fri, Jul 04, 2003 at 18:24:39 +0200, Stefano Finetti wrote:> Greetings. > > Today I've installed a fresh new E100P on a EuroISDN PRI. > > It seems to work well, accepting calls, but, when I start *, I have > the screen flooded with this message: > > PRI got event: 8 (or 6) > > If i look into /var/log/asterisk/messages i've this Error: > > File chan_zap.c, Line 5341 (zt_pri_error): PRI: Read on 35 failed: > Unknown error 500 > > Repeated indefinitely.[...] I've seen this problem on an E100P too. One cause seems to be an incorrectly configured timing parameter. What does your "/etc/zaptel.conf" look like? If you have something like: span=1,0,0,ccs,hdb3 Try: span=1,1,0,ccs,hdb3 This instructs the Zaptel-drivers to use that line as the primary sync-source, instead of it's own timing. Most telco's configure their lines to provide timing, instead of taking it from the customer's equipment. For a discussion about this, check the archives. Grtz, Oliver
Also you can have the wrong pridialplan in zapata.conf. Look at "pri debug span 1" for q931 trace. Martin On Fri, 4 Jul 2003, Stefano Finetti wrote:> Greetings. > > Today I've installed a fresh new E100P on a EuroISDN PRI. > > It seems to work well, accepting calls, but, when I start *, I have > the screen flooded with this message: > > PRI got event: 8 (or 6) > > If i look into /var/log/asterisk/messages i've this Error: > > File chan_zap.c, Line 5341 (zt_pri_error): PRI: Read on 35 failed: > Unknown error 500 > > Repeated indefinitely. > > Also, i've a real strange problem. > > It seems that i'm perfectly able to call fixed phones, but If i try to > call: > - Mobile Phones > - Toll Free numbers, i obtain this from the *CLI> > > -- Executing SetCallerID("SIP/Telefono-1-d8f2", "199770783") in > new stack > -- Executing Dial("SIP/Telefono-1-d8f2", "Zap/g1/348xxxxxxx") in > new stack > -- Called g1/348xxxxxxx > -- Channel 4, span 1 got hangup > == No one is available to answer at this time > -- Hungup 'Zap/4-1' > > (xxxxx are for privacy issues) > > Has anyone ideas? > > I've lurked the archive for the zt_pri_error but did'nt find answers. > > Another info that may be useful... > > Every 3 or 4 minutes, i obtain this from the *CLI> > > == D-Channel on span 1 down > == D-Channel on span 1 up > -- B-channel 1 successfully restarted on span 1 > -- B-channel 2 successfully restarted on span 1 > -- B-channel 3 successfully restarted on span 1 > -- B-channel 4 successfully restarted on span 1 > -- B-channel 5 successfully restarted on span 1 > -- B-channel 6 successfully restarted on span 1 > -- B-channel 7 successfully restarted on span 1 > -- B-channel 8 successfully restarted on span 1 > -- B-channel 9 successfully restarted on span 1 > -- B-channel 10 successfully restarted on span 1 > -- B-channel 11 successfully restarted on span 1 > -- B-channel 12 successfully restarted on span 1 > -- B-channel 13 successfully restarted on span 1 > -- B-channel 14 successfully restarted on span 1 > -- B-channel 15 successfully restarted on span 1 > > Thanks > -- > Stefano Finetti > System Consultant > Lynx Automotive srl > ssfinetti@lynxautomotive.it > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >