Asterisk 1.4.26 keeps randomly crashing then restarting itself on my live production. I cannot run valgrind and I do not have the right flags set in menuselect. I can however at the dead of the night run stress tests. I want to simulate x-amount of concurrent calls to both a dtmf dialplan, which is working, as well as MoH dialplan to see if this could be the cause of crashing. How do I test this? Is it a call file that can handle this without ringing my extension first, like internal system calling? Thanks, --Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110915/45dc4fbf/attachment.htm>
A little look at the dialplan which rings your extension, or get dtmf, and plays DTMF will help better understand. btw you can set the context/extension/priority in a call file to skip some priorities of a particular extension set. On Fri, Sep 16, 2011 at 12:18 AM, ERIC HERRON <eric at lanline.com> wrote:> ** ** > > Asterisk 1.4.26 keeps randomly crashing then restarting itself on my live > production.**** > > ** ** > > I cannot run valgrind and I do not have the right flags set in menuselect. > **** > > ** ** > > I can however at the dead of the night run stress tests.**** > > ** ** > > I want to simulate x-amount of concurrent calls to both a dtmf dialplan, > which is working, as well as MoH dialplan to see if this could be the cause > of crashing.**** > > ** ** > > How do I test this?**** > > Is it a call file that can handle this without ringing my extension first, > like internal system calling?**** > > ** ** > > Thanks,**** > > --Eric**** > > -- > _____________________________________________________________________ > -- 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/20110916/3e0649cf/attachment.htm>
Am 15.09.2011 21:18, schrieb ERIC HERRON:> > > Asterisk 1.4.26 keeps randomly crashing then restarting itself on my > live production. > > > > I cannot run valgrind and I do not have the right flags set in menuselect. > > > > I can however at the dead of the night run stress tests. > > > > I want to simulate x-amount of concurrent calls to both a dtmf dialplan, > which is working, as well as MoH dialplan to see if this could be the > cause of crashing. > > > > How do I test this? > > Is it a call file that can handle this without ringing my extension > first, like internal system calling? > > > > Thanks, > > --EricHi eric, Take a look at sipp. with this you can easily generate sip calls against your asterisk server up to several hundred calls per second. call files would not generate that much load. best regards stefan