search for: roundrobinreset

Displaying 2 results from an estimated 2 matches for "roundrobinreset".

2006 Oct 28
0
Queues: roundrobin w/ reset ("circular call distribution")
...that doesn't remember anything about where the last ring went to. This new strategy would always start at the first member (as defined in queues.conf) when a new call came in. I actually coded up a simple version of this (that I've been using for a couple of years) which I called "roundrobinreset". The only problem is I coded that for 0.9.0 and am now moving to 1.2.13 and would like to not have to port that code every time I move versions. I'd be willing to port it one more time to this version if there's a chance of it getting integrated. Alternatively, am I missing some...
2006 Nov 08
0
Queues: member order vs. defines in queues.conf
Hi, I'm still pulling my hair out getting my queues setup in 1.2.13. I went in to implement my custom "roundrobinreset" strategy (mentioned in a post by me here: http://lists.digium.com/pipermail/asterisk-users/2006-October/170713.html and a similar issue is addressed by the developers back in May: http://lists.digium.com/pipermail/asterisk-dev/2006-May/020916.html and I got it to basically work, that is...