summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2011-11-02 18:11:12 +0000
committerLeif Madsen <leif@leifmadsen.com>2011-11-02 18:11:12 +0000
commit4b5702e52d1f7b22ad39ec2a1d6f0b4a17dedf47 (patch)
treea6b4171472eb6ce8a9acae1587e46caa242bf0b8
parent784bbf70d7f4a232872ae1040986e5d265fb3c33 (diff)
Update documentation for leastrecent strategy.
In queues.conf.sample the leastrecent strategy was incorrectly described. Now updated to reflect how the strategy actually checks peers. (closes issue ASTERISK-17854) Reported by: Sebastian Denz Patches: queues.conf-doc_issue.patch (License #6139) ........ Merged revisions 343047 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 343048 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/queues.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 20608eb22..44c947df8 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -100,7 +100,7 @@ monitor-type = MixMonitor
; A strategy may be specified. Valid strategies include:
;
; ringall - ring all available channels until one answers (default)
-; leastrecent - ring interface which was least recently called by this queue
+; leastrecent - ring interface which was least recently hung up by this queue
; fewestcalls - ring the one with fewest completed calls from this queue
; random - ring random interface
; rrmemory - round robin with memory, remember where we left off last ring pass