Hi
I have created a call center with one single queue and one single static queue member. so the queue setup is like this:
[main-queue]
music = custom-ivr
strategy = ringall
timeout = 15
wrapuptime=90
joinempty = yes
ringinuse=no
member => SIP/100
and the dialplan is pretty simple. anyone who calls, after playing a message, is redirected to the queue.
Now the problem is that the amount of callers is too many to be handled in one server. After reaching 130 calls in the queue, the server crashes. So I think I’ll have to handle calls in separate queues on separate servers. If I receive calls equally on three different Asterisk servers and I would still have one single static queue member:
How should I define queues and queue members on asterisk servers, and what would the relation between asterisk servers and queues will be so the same queue strategy will remain (the agent won’t get a call when he’s busy, 90 seconds wrapuptime, 15 seconds time out and …)