[svn-commits] lmadsen: branch 1.8 r343047 - /branches/1.8/configs/queues.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 2 13:09:26 CDT 2011


Author: lmadsen
Date: Wed Nov  2 13:09:23 2011
New Revision: 343047

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=343047
Log:
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)

Modified:
    branches/1.8/configs/queues.conf.sample

Modified: branches/1.8/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/queues.conf.sample?view=diff&rev=343047&r1=343046&r2=343047
==============================================================================
--- branches/1.8/configs/queues.conf.sample (original)
+++ branches/1.8/configs/queues.conf.sample Wed Nov  2 13:09:23 2011
@@ -83,7 +83,7 @@
 ; 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




More information about the svn-commits mailing list