[Asterisk-Users] Asterisk freezing HELP

2003-12-04 Thread mattf
Hello, I have had several instances over the last month of Asterisk freezing, sometimes after 12 hours, sometimes after 8 days. The common elements are that: - all Zap channels lock[hangups don't register and no new calls in or out] - no new in/outbound calls can be made on Zap or SIP channels - p

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-04 Thread TC
>I have had several instances over the last month of Asterisk freezing, > Does anyone have any suggestions? or ideas as to what may be causing it? Sounds like some type deadlock Take a look here for my tought and how to debuig dead locks http://lists.digium.com/pipermail/asterisk-dev/2003-November/

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread mattf
D] Subject: Re: [Asterisk-Users] Asterisk freezing HELP >I have had several instances over the last month of Asterisk freezing, > Does anyone have any suggestions? or ideas as to what may be causing it? Sounds like some type deadlock Take a look here for my tought and how to debuig

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread James Sizemore
Do you type "reload" at the cli a few times a day? If so try not reloading Asterisk and I'll bet Asterisk stop blocking. If you don't normally reload the box you will need to trouble shot normally. mattf wrote: Hello, I have had several instances over the last month of Asterisk freezing, somet

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread mattf
ecember 05, 2003 8:36 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Asterisk freezing HELP Do you type "reload" at the cli a few times a day? If so try not reloading Asterisk and I'll bet Asterisk stop blocking. If you don't normally reload the box you will need to

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Philipp von Klitzing
Hi! > Do you type "reload" at the cli a few times a day? > If so try not reloading Asterisk and I'll bet Asterisk > stop blocking. Recently I started running reload every 30 minues (to solve a IAX qualify problem). Since then I do see problems that weren't there before, i.e. when I issue "relo

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Ray Burkholder
I'm glad other people are seeing the same problem I've been seeing and posted about a day or so ago. My * is running on rh9 with most recent kernel with up2date. Does someone figure this is a threading issue? Does it need to be debugged using the method presented on the list yesterday? Jeremy,

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Olle E. Johansson
-Original Message- From: TC [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 11:58 PM I have had several instances over the last month of Asterisk freezing, Does anyone have any suggestions? or ideas as to what may be causing it? Sounds like some type deadlock Take a look here f

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Philipp von Klitzing
Hi! > I'm glad other people are seeing the same problem I've been seeing and > posted about a day or so ago. My * is running on rh9 with most recent > kernel with up2date. In my case: RH 7.2, kernel 2.4.20, reload through cron job each 30 min. Reason: http://bugs.digium.com/bug_view_page.php?bug

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread mattf
PROTECTED] Sent: Friday, December 05, 2003 1:39 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Asterisk freezing HELP Hi! > I'm glad other people are seeing the same problem I've been seeing and > posted about a day or so ago. My * is running on rh9 with most recent >

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Tilghman Lesher
On Friday 05 December 2003 14:44, mattf wrote: > Has anyone out there had the freezing problem(where they have to > kill asterisk with kill -9) on any linux distro other than RedHat? > > What other distros do people out there use with their production > Asterisk systems? We have no problem with fr

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Ariel Batista
See below! - Original Message - From: "Tilghman Lesher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 3:55 PM Subject: Re: [Asterisk-Users] Asterisk freezing HELP > On Friday 05 December 2003 14:44, mattf wrote: > > Has an

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Scott Stingel
<http://www.evtmedia.com> > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tilghman Lesher > Sent: Friday, December 05, 2003 8:55 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] Asterisk freezing HELP >

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread TeleSIP
]> Sent: Friday, December 05, 2003 4:11 PM Subject: RE: [Asterisk-Users] Asterisk freezing HELP > No problems with freezing: using Redhat 9 in production systems (2) (but > IVR only traffic in these), and Fedora in house for testing > > -Scott > > Scott M. Stingel > Emerg

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread TC
> > The only suspicious thing is that they always seem to freeze when the SIP > channel is right around this line: > if (pkt->owner->owner) { > /* XXX Potential deadlocK?? XXX */ > ast_queue_hangup(pkt->owner->owner, 0); >

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread Ray Burkholder
> On Friday 05 December 2003 14:44, mattf wrote: > > Has anyone out there had the freezing problem(where they have to > > kill asterisk with kill -9) on any linux distro other than RedHat? > > > > What other distros do people out there use with their production > > Asterisk systems? > > We have no

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread mattf
the SIP implementation of Asterisk that may be causing this(I'm assuming that SIP is the cause)? MATT--- -Original Message- From: TeleSIP [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:26 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Asterisk freezing HELP Ru

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-05 Thread TeleSIP
I sure will try. (I am working on it right now) Thanks, Andres. - Original Message - From: "TC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 4:47 PM Subject: Re: [Asterisk-Users] Asterisk freezing HELP > > > > The

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-06 Thread Tilghman Lesher
On Friday 05 December 2003 15:51, Ray Burkholder wrote: > > On Friday 05 December 2003 14:44, mattf wrote: > > > Has anyone out there had the freezing problem(where they have to > > > kill asterisk with kill -9) on any linux distro other than > > > RedHat? > > > > > > What other distros do people o

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread TeleSIP
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 4:47 PM Subject: Re: [Asterisk-Users] Asterisk freezing HELP > > > > The only suspicious thing is that they always seem to freeze when the SIP > > channel is right around this line: &

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread mattf
ECTED] Sent: Monday, December 08, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Asterisk freezing HELP Hi TC, I followed your instructions. Today I managed to lock up one of our Asterisk boxes with an incoming SIP call. It locks up right after seeing I this line: Dec 8 13:

RE: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread Mark Spencer
> I've continued to have lockups since last week and this is really beginning > to drive me crazy. Could this be a problem with specific hardware or a > specific setting in the configuration files that causes these lockups for > some and not others? If everyone that is experiencing Asterisk lockups

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread TeleSIP
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 2:57 PM Subject: RE: [Asterisk-Users] Asterisk freezing HELP > > I've continued to have lockups since last week and this is really beginning > > to drive me crazy. Could this be a problem with specif

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread TeleSIP
quot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 2:30 PM Subject: Re: [Asterisk-Users] Asterisk freezing HELP > Hi TC, > > I followed your instructions. Today I managed to lock up one of our > Asterisk boxes with an incoming SIP call. >

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread Brian Capouch
TeleSIP wrote: And by the way, do not use firmware > 1.0.4.18 on GS phones. It contains a nasty SIP Port bug. Where do you guys come up with this Grandstream firmware that isn't on their website? Are their "back channels" that the rest of us are kept out of? This is the umpteenth reference to

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread TeleSIP
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 10:29 PM Subject: Re: [Asterisk-Users] Asterisk freezing HELP > TeleSIP wrote: > > > > > And by the way, do not use firmware > 1.0.4.18 on GS phones. It contains a > > nasty SIP Port b

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-08 Thread Miguel Cavazos
ious > releases. > > It is not very reassuring for us to still see bugs that we have reported > over 3 months ago. > > Andres. > > - Original Message - > From: "Brian Capouch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Mon

Re: [Asterisk-Users] Asterisk freezing HELP

2003-12-09 Thread Bob Knight
TeleSIP wrote: UPDATE: We were able to consistently reproduce this problem using a Grandstream phone with buggy firmware. Mark Spencer logged into our Asterisk and identified the issue. He said it was a typo in an ast_mutex_lock. After fixing it, the problem seems to have been solved. We have n