Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-14 Thread Daniel Daley
That can very well be the cause - there is a known issue, first stated by mattf on this list, about trouble when a manager API client looses the connection and then another API client (maybe the same using a different connection) comes into play. Thankfully I read about that in the wiki and

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-13 Thread Daniel Daley
On Jul 12, 2004, at 7:37 PM, TC wrote: one to get the status of the queues, and one to get the status of agents. Would one of these commands happen to be show queues or show agents Yep, actually both of those commands. because this guys do a compelete lock on the agents and the queues lists then

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-13 Thread Daniel Daley
Depending on your dev skills, you could run asterisk in gdb and then look at the status of each thread when the problem occurs. Other than that, try an older version of asterisk PS Please don't post in both lists, it isn't a dev question We're using quite a few of the latest cvs features so I'm

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-13 Thread Philipp von Klitzing
Hi! problem, it simply looks like calls just slow down and stop. One other thing that may be important, I have a daemon running which stays connected to the manager api listening for events and sending off two commands every 10 seconds, one to get the status of the queues, and one to get

[Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Daniel Daley
I'm hoping someone might have seen this before because I'm just about at a loss of what to do. I have an asterisk system setup in a call center environment with multiple queues. After a random uptime asterisk will suddenly come to a partial halt where I can connect to the cli but issuing a

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread TC
I'm hoping someone might have seen this before because I'm just about at a loss of what to do. I have an asterisk system setup in a call center environment with multiple queues. After a random uptime asterisk will suddenly come to a partial halt where I can connect to the cli but issuing a

RE: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread brian
Update .. do make update bkw -Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Daniel Daley Sent: Monday, July 12, 2004 2:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Asterisk-Users] Asterisk crashing with no indication

RE: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread William Boehlke
: [Asterisk-Users] Asterisk crashing with no indication why. I'm hoping someone might have seen this before because I'm just about at a loss of what to do. I have an asterisk system setup in a call center environment with multiple queues. After a random uptime asterisk will suddenly come

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Adam Hart
Daniel Daley wrote: I'm hoping someone might have seen this before because I'm just about at a loss of what to do. I have an asterisk system setup in a call center environment with multiple queues. After a random uptime asterisk will suddenly come to a partial halt where I can connect to the

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Daniel Daley
On Jul 12, 2004, at 5:15 PM, William Boehlke wrote: How many calls at one time? Specs of server, esp CPU, RAM and disk? SIP calls or analog? Channel bank? Probably about 5 to 10 concurrent calls during the issue with maybe another 2-5 waiting in queue. 99% of the time the calls are analog from a

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Daniel Daley
On Jul 12, 2004, at 3:42 PM, brian wrote: Update .. do make update bkw I've got a list of all the changes since my last update, is there one in there that you think might be related? Thanks, --Daniel Daley-- [EMAIL PROTECTED] ___ Asterisk-Users

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread TC
one to get the status of the queues, and one to get the status of agents. Would one of these commands happen to be show queues or show agents because this guys do a compelete lock on the agents and the queues lists then they lock the individual nodes when it prints those dtls every time it loops

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Daniel Daley
On Jul 12, 2004, at 3:09 PM, TC wrote: say hello to app_noQ and chan_deadlock :) http://www.voip-info.org/tiki-index.php?page=Asterisk%20debugging I might be wrong about chan_deadlock but i am pretty sure yiou have dead lock situation might be cause by manager blocking all else... try the dead

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Todd Lieberman
TC wrote: I'm hoping someone might have seen this before because I'm just about at a loss of what to do. I have an asterisk system setup in a call center environment with multiple queues. After a random uptime asterisk will suddenly come to a partial halt where I can connect to the cli but

Re: [Asterisk-Users] Asterisk crashing with no indication why.

2004-07-12 Thread Andrew Kohlsmith
On Wednesday 25 October 2000 00:12, Todd Lieberman wrote: I'm with TC. I'm sure you have a deadlock. Same thing happened to me with IAX and fax detection. I turned off fax detection and my problems were solved. Got more info on this? -A. ___