Check Asterisk changelog (http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.4.31) with ctrl+f "deadlock".
Guess how many deadlock related bugs wonderful Digium programmers will solve in future releases? My proposition is not solution to the problem, its the survival guide in Asterisk world. We have 470 servers deployed around the world with Asterisk and this piece of code extended my and mine coworkers lifes by many years. If you really want to solve your problem - start here: http://www.voip-info.org/wiki/view/Asterisk+debugging Regards, Mindaugas Kezys Kolmisoft UAB VoIP Billing Solutions e-mail: [email protected] URL: http://www.kolmisoft.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vardan Sent: Tuesday, May 11, 2010 2:53 PM To: [email protected] Subject: Re: [asterisk-users] bug in asterisk Hello I think this is not right way :) Look the log's files, find the problem and resolv The cronjob is the way to stay fat always online, until you find the problem :) Vardan Mindaugas Kezys wrote: > Execute such commands with cronjob every night: > > /etc/init.d/asterisk stop > sleep 3 > killall -9 safe_asterisk > killall -9 asterisk > /etc/init.d/asterisk start > > Regards, > Mindaugas Kezys > > Kolmisoft UAB > VoIP Billing Solutions > e-mail: [email protected] > URL: http://www.kolmisoft.com > > > From: [email protected] > [mailto:[email protected]] On Behalf Of benoit bernard > Sent: Tuesday, May 11, 2010 1:51 PM > To: [email protected] > Subject: [asterisk-users] bug in asterisk > > Hello all, > > i have asterisk installed in our call centre and we work 24h in day with > this server ,the problem is each day in the night the server hangs and the > calls stopped > > And i must to restart asterisk with this command "service asterisk restart" > > When i make service asterisk start i got the message failed that is mean > that the service is already ON > > Any help please > > > -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
