Lee, John (Sydney)
2008-Oct-31 11:32 UTC
[asterisk-users] Asterisk/Machine Hang after calling in/out ISDN
I am testing Asterisk 1.4.22, zaptel 1.4.10.1 and libpri 1.4.4 on RHEL5 on DELL PE2950 and using ISDN-10. I thought about cutting over to production tonight when I noticed a serious problem. SIP calls are fine but if I dialed to outside (Dial(Zap/g1)) a few times or someone called in a few times, Asterisk just froze (cannot enter anything on the CLI console) and then even the machine had to be rebooted. I suspect there is a problem with zaptel. Is zaptel 1.4.10.1 a dodgy verions? Any suggestion on how to debug this problem?
Tzafrir Cohen
2008-Oct-31 12:02 UTC
[asterisk-users] Asterisk/Machine Hang after calling in/out ISDN
On Fri, Oct 31, 2008 at 10:32:37PM +1100, Lee, John (Sydney) wrote:> I am testing Asterisk 1.4.22, zaptel 1.4.10.1 and libpri 1.4.4 on RHEL5 > on DELL PE2950 and using ISDN-10.What device?> I thought about cutting over to production tonight when I noticed a > serious problem. > > SIP calls are fine but if I dialed to outside (Dial(Zap/g1)) a few times > or someone called in a few times, Asterisk just froze (cannot enter > anything on the CLI console) and then even the machine had to be > rebooted. > > I suspect there is a problem with zaptel. > Is zaptel 1.4.10.1 a dodgy verions? > Any suggestion on how to debug this problem?No message on the console of the machine? This probably means one of two things: 1. Bad kernel-level deadlock (maybe caused by Zaptel) 2. If asterisk is running with -p: it might be in a 100% CPU loop. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Tarek Sawah
2008-Oct-31 14:01 UTC
[asterisk-users] Asterisk/Machine Hang after calling in/out ISDN
if your ISDN card was installed new.. try disabling any built in PCI interfaces.. that's what i see for now.. and let me know if it works.-- AHD Tarek Sawah Integrated Digital Systems CCNA, MCSE, RHCE, VoIP Syria: +963 944 618286 USA: +1 347 562 2308 > Date: Fri, 31 Oct 2008 22:32:37 +1100> From: John.Lee at compuware.com> To: asterisk-users at lists.digium.com> Subject: [asterisk-users] Asterisk/Machine Hang after calling in/out ISDN> > I am testing Asterisk 1.4.22, zaptel 1.4.10.1 and libpri 1.4.4 on RHEL5> on DELL PE2950 and using ISDN-10.> I thought about cutting over to production tonight when I noticed a> serious problem.> > SIP calls are fine but if I dialed to outside (Dial(Zap/g1)) a few times> or someone called in a few times, Asterisk just froze (cannot enter> anything on the CLI console) and then even the machine had to be> rebooted.> > I suspect there is a problem with zaptel. > Is zaptel 1.4.10.1 a dodgy verions?> Any suggestion on how to debug this problem?> > > > > > > > _______________________________________________> -- Bandwidth and Colocation Provided by http://www.api-digital.com --> > asterisk-users mailing list> To UNSUBSCRIBE or update options visit:> http://lists.digium.com/mailman/listinfo/asterisk-users _________________________________________________________________ See how Windows Mobile brings your life together?at home, work, or on the go. http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081031/b854946c/attachment.htm
Lee, John (Sydney)
2008-Nov-02 22:42 UTC
[asterisk-users] Asterisk/Machine Hang after calling in/out ISDN
> > I am testing Asterisk 1.4.22, zaptel 1.4.10.1 and libpri 1.4.4 onRHEL5> > on DELL PE2950 and using ISDN-10. > > What device? >I am using TE412P.> No message on the console of the machine? >Yes, nothing at all. The machine just froze and had to be rebooted.> > This probably means one of two things: > > 1. Bad kernel-level deadlock (maybe caused by Zaptel) >I will upgrade zaptel to the latest version.> > 2. If asterisk is running with -p: it might be in a 100% CPU loop. >I just use whatever it is in /etc/init.d/asterisk. I checked the file and it does not come with a -p option. I checked /var/log/asterisk but there is nothing unusual I can see. Any thoughts?