Page 1 of 1

Sound Board

PostPosted: Sun Oct 17, 2021 12:33 pm
by Nefariousparity
Is anyone able to get a soundboard cluster working with more than 30-35 agents without button delay? It would seem that no matter what hardware I throw at it, adding more sips does not seem to help?

1X DB
Intel(R) Xeon(R) CPU E5-2660 v2 @ 2.20GHz
64GB Memory
Raid 1, 2x 240GB SSD /
Raid 10, 6x SATA-SSD /srv
1GBE

### flush queue DB table every hour for entries older than 1 hour (Tried Adjusting this to all manner of seconds) I even tried turning this table into a memory table
11,26,41,56 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl --seconds=100 -q


1x Web
10x SIPS

What primarily causes button delay? It would seem like MORE users does it? The asterisk loads on sips seemed ok when I was checking, between 100-150ish sometimes 200ish. My goal is try to get to 100 users, so do I need to just make lots of small sip sip clusters for 30 agents or so?

Re: Sound Board

PostPosted: Wed May 25, 2022 4:45 pm
by williamconley
Likely related to the web sockets available. There comes a moment that they ... fill up. Activate the server-status module in apache and see if that's the case. If so, add more sockets.

It's also possible that this is an API call that is sent to a single server for processing and THAT server is running out of resources (web sockets or firewall ports, anything).