We are running asteriskNow 1.4.18 and after a few days it becomes unresponsive and inbound INVITEs timeout. We just reboot the box to resolve it. But it seems to be occurring more regularly now. I am hesitant to move to latest version, but will do if needed. Any guidance or troubleshooting modes I may use will be helpful. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100728/7f3aafbe/attachment.htm
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ujjval Karihaloo Subject: [asterisk-users] Asterisk unresponsive We are running asteriskNow 1.4.18 and after a few days it becomes unresponsive and inbound INVITEs timeout. We just reboot the box to resolve it. But it seems to be occurring more regularly now. Assuming you aren't "around the clock" operation, why not just set up a cron to do an asterisk -rx "restart now" at say 4.00 am local time each day Crontab -e 4 0 * * * /usr/sbin/asterisk -rx "restart now" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100728/fdcfffb7/attachment.htm
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ujjval Karihaloo Subject: [asterisk-users] Asterisk unresponsive We are running asteriskNow 1.4.18 and after a few days it becomes unresponsive and inbound INVITEs timeout. We just reboot the box to resolve it. But it seems to be occurring more regularly now. Assuming you aren't "around the clock" operation, why not just set up a cron to do an asterisk -rx "restart now" at say 4.00 am local time each day Crontab -e Correction 0 4 * * * /usr/sbin/asterisk -rx "restart now" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100728/b2d44f23/attachment.htm
> From: Ujjval Karihaloo > > We are running asteriskNow 1.4.18 and after a few days it becomes > unresponsive and inbound INVITEs timeout. > > We just reboot the box to resolve it. But it seems to be occurring more > regularly now.On Wed, 28 Jul 2010, Danny Nicholas wrote:> Assuming you aren?t ?around the clock? operation, why not just set up a > cron to do an asterisk ?rx ?restart now? at say 4.00 am local time each > day > > Crontab ?e > > Correction 0 4 ?* * * /usr/sbin/asterisk ?rx ?restart now?Not a big fan of band-aids, but I understand they have their place. Will restarting Asterisk make it "responsive" or do you have an OS issue? A very small nit -- single quotes should be infinitesimally more efficient because the shell will not try to do parameter substitution within the quoted string. If the intent is to schedule a job to be run daily, how about "@daily" instead of "0 4 * * *" -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000