asterisk queues priority and penalty
Posted
by
MealstroM
on Server Fault
See other posts from Server Fault
or by MealstroM
Published on 2012-09-11T12:29:34Z
Indexed on
2012/09/24
15:39 UTC
Read the original article
Hit count: 238
queues.conf
shared_lascall=yes
strategy=rrmemory
wrapuptime=15
A1,A2,A3 are members of 2 queues: queue1(Q1) and queue2(Q2)
A3 has penalty 3 in Q1 where min/max penalty are 0/3 and A3 has penalty 0 at Q2 where min/max penalty are 0/3. A3 has just ended a call and is on wrapuptime pause. User1 (U1) enters Q1 with priority 10, and user2 (U2) enters Q2 with priority 15. A3 wrapuptime ends. What user U1 or U2 will be served first?
© Server Fault or respective owner