Hello, I have a problem in Asterisk 1.4 each day I need to restart *asterisk service asterisk* restart in order to unblock the calls My question how can I do in order to check the issue, and if there is any tool or log? Thanks and regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/bcb8cbf1/attachment.htm
I do a cron to execute "/usr/sbin/asterisk -rx "restart when convenient" " each day at 4:45 AM. This doesn't really "solve" any problems, just does "housekeeping" to keep a clean environment, since some installs/os'es lend themselves to memory leaks. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of salaheddine elharit Sent: Friday, June 18, 2010 5:13 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] asterisk issue Hello, I have a problem in Asterisk 1.4 each day I need to restart asterisk service asterisk restart in order to unblock the calls My question how can I do in order to check the issue, and if there is any tool or log? Thanks and regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/35ccfd47/attachment.htm
what do you mean unblock the calls exactly? -- Tarek Sawah Integrated Digital Systems CCNA, MCSE, RHCE, VoIP USA: +1 347 562 2308 Date: Fri, 18 Jun 2010 11:12:55 +0100 From: salah.elharit200 at gmail.com To: asterisk-users at lists.digium.com Subject: [asterisk-users] asterisk issue Hello, I have a problem in Asterisk 1.4 each day I need to restart asterisk service asterisk restart in order to unblock the calls My question how can I do in order to check the issue, and if there is any tool or log? Thanks and regards. _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/cb1dc6b3/attachment.htm
do you have any tool in order to check what happened in asterisk during the hangs of calls 2010/6/18 salaheddine elharit <salah.elharit200 at gmail.com>> Hello, > > > > I have a problem in Asterisk 1.4 each day I need to restart *asterisk > service asterisk* restart in order to unblock the calls > > My question how can I do in order to check the issue, and if there is any > tool or log? > > > > Thanks and regards. >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/a5c84656/attachment.htm
thanks for your response how can i create and execute this cron 2010/6/18 Danny Nicholas <danny at debsinc.com>> I do a cron to execute ?/usr/sbin/asterisk ?rx ?restart when convenient? > ? each day at 4:45 AM. This doesn?t really ?solve? any problems, just does > ?housekeeping? to keep a clean environment, since some installs/os?es lend > themselves to memory leaks. > > > ------------------------------ > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *salaheddine > elharit > *Sent:* Friday, June 18, 2010 5:13 AM > *To:* asterisk-users at lists.digium.com > *Subject:* [asterisk-users] asterisk issue > > > > Hello, > > > > I have a problem in Asterisk 1.4 each day I need to restart *asterisk > service asterisk* restart in order to unblock the calls > > My question how can I do in order to check the issue, and if there is any > tool or log? > > > > Thanks and regards. > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/70d91c53/attachment.htm
Nice and colorful tutorial for cronjobs. http://www.linuxconfig.org/Linux_Cron_Guide -Bruce On Fri, Jun 18, 2010 at 1:55 PM, salaheddine elharit < salah.elharit200 at gmail.com> wrote:> thanks for your response > > how can i create and execute this cron > > 2010/6/18 Danny Nicholas <danny at debsinc.com> > >> I do a cron to execute ?/usr/sbin/asterisk ?rx ?restart when convenient? >> ? each day at 4:45 AM. This doesn?t really ?solve? any problems, just does >> ?housekeeping? to keep a clean environment, since some installs/os?es lend >> themselves to memory leaks. >> >> >> ------------------------------ >> >> *From:* asterisk-users-bounces at lists.digium.com [mailto: >> asterisk-users-bounces at lists.digium.com] *On Behalf Of *salaheddine >> elharit >> *Sent:* Friday, June 18, 2010 5:13 AM >> *To:* asterisk-users at lists.digium.com >> *Subject:* [asterisk-users] asterisk issue >> >> >> >> Hello, >> >> >> >> I have a problem in Asterisk 1.4 each day I need to restart *asterisk >> service asterisk* restart in order to unblock the calls >> >> My question how can I do in order to check the issue, and if there is any >> tool or log? >> >> >> >> Thanks and regards. >> >> -- >> >> _____________________________________________________________________ >> -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100618/e37e476b/attachment.htm
On Fri, 18 Jun 2010, bruce bruce wrote:> Nice and colorful tutorial for cronjobs. > http://www.linuxconfig.org/Linux_Cron_GuideColorful, but missing valuable content like: setting environment variables, especially MAILTO and PATH; and time specification nicknames like "@daily." man 5 crontab is also a good resource. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000