Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-05 Thread Joseph Smith
: Re: [asterisk-users] ERROR during high volume MoH dialplan I had that problem before – I believe “task processor queue reached 500 scheduled tasks” crashing means your CDR records (queue) are being written as the call ends, and if you had many thousands of entries being written to disk it c

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Mike
gs have been working fine ever since. Mike From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph Smith Sent: September 1, 2017 16:41 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] ERROR during high volume MoH

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Joseph Smith
. :( From: asterisk-users-boun...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Tony Mountifield <t...@softins.co.uk> Sent: Friday, September 1, 2017 11:01 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Tony Mountifield
In article , Joseph Smith wrote: > > Thanks for the feedback. > > I do agree with having multiple smaller servers. When I was first approached > with this task I mentioned as much. >

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Joseph Smith
nt: Thursday, August 31, 2017 2:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan >> On Thu, 31 Aug 2017, Joseph Smith wrote: >> >> So I am looking for a better way to allow several thousand callers

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Pete Mundy
>> On Thu, 31 Aug 2017, Joseph Smith wrote: >> >> So I am looking for a better way to allow several thousand callers to listen >> to this IVR menu at the same time. > On 1/09/2017, at 7:10 AM, Steve Edwards wrote: > > I'm thinking multiple hosts. > > I'm not a fan

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Steve Edwards
On Thu, 31 Aug 2017, Joseph Smith wrote: So I am looking for a better way to allow several thousand callers to listen to this IVR menu at the same time. I'm thinking multiple hosts. I'm not a fan of 4,000 eggs in one basket. -- Thanks in advance,

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Daniel Tryba
On Thu, Aug 31, 2017 at 05:54:43PM +, Joseph Smith wrote: > > So I am looking for a better way to allow several thousand callers to listen > to this IVR menu at the same time. > An alternative that comes to mind is to have 1 conference with 1 channel playing MoH in it and then add callers

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Joseph Smith
-users-boun...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Antony Stone <antony.st...@asterisk.open.source.it> Sent: Thursday, August 31, 2017 11:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during hig

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Antony Stone
On Thursday 31 August 2017 at 18:15:54, Joseph Smith wrote: > I was hoping Asterisk would handle more than 4k simultaneous calls. I know from experience that Asterisk can handle more than 4k simultaneous calls, however it's an extreme case to have all of them playing music on hold. I think

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Richard Mudgett
On Thu, Aug 31, 2017 at 11:15 AM, Joseph Smith wrote: > Is there any more information I can provide to give insight to these > errors? > > Any further advice on avoiding these during high call volume? > > > I was hoping Asterisk would handle more than 4k simultaneous

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Joseph Smith
...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Joseph Smith <warlock1...@hotmail.com> Sent: Monday, August 28, 2017 5:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan Hi Richard

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Doug Lytle
On 08/28/2017 06:00 PM, Joseph Smith wrote: I set no optimize and better backtrace through "make menuselect" and the output is now Please ignore the noise, I need to slow down when I read. Doug -- _ -- Bandwidth and

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Doug Lytle
On 08/28/2017 06:00 PM, Joseph Smith wrote: I set no optimize and better backtrace through "make menuselect" and the output is now menuselect => Compiler Flags => Better Backtraces Doug -- _ -- Bandwidth and Colocation

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Joseph Smith
Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan On Mon, Aug 28, 2017 at 1:04 PM, Joseph Smith <warlock1...@hotmail.com<mailto:warlock1...@hotmail.com>> wrote: Hello, I've recently setup a small load tes

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Richard Mudgett
On Mon, Aug 28, 2017 at 1:04 PM, Joseph Smith wrote: > Hello, > > I've recently setup a small load test against an instance of Asterisks. > I've tested on asterisk 13.5 and 14.6 with the same results. > I think you mean 13.15.0 as the excessive ref count trap is not in

[asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Joseph Smith
Hello, I've recently setup a small load test against an instance of Asterisks. I've tested on asterisk 13.5 and 14.6 with the same results. I am using PJSIP. My dial plan is, [test] exten => 1001,1,Answer exten => 1001,n,MusicOnHold(15) exten => 1001,n,Hangup I am using SIPP to test. I