From df31b25e4934a7363399e4418b4bfff75ce51f61 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 2 Aug 2003 21:10:06 +0000 Subject: Implement remaining queue strategies, ADSI fixes, and queue config updates git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1252 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/queues.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/queues.conf.sample') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 3e7341ac2..dff5da17e 100755 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -29,8 +29,8 @@ ; ; ringall - ring all available channels until one answers (default) ; roundrobin - take turns ringing each available interface -; leastrecent - ring interface which least recently had a call -; fewestcalls - ring interface which has had fewest completed calls +; leastrecent - ring interface which was least recently called by this queue +; fewestcalls - ring the one with fewest completed calls from this queue ; random - ring random interface ; ;strategy = ringall -- cgit v1.2.3