From 80834d503e6a0a7c9d1db60172691ca40b833124 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 27 Aug 2012 17:35:34 +0000 Subject: [PATCH] Fix incorrectly documented option in queues.conf sharedlastcall defaults to "no" not "yes" (closes issue AST-979) reported by Steve Pitts git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@371747 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 1ddc65085f..75eaf9badf 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -57,7 +57,7 @@ monitor-type = MixMonitor ; shared_lastcall will make the lastcall and calls received be the same in ; members logged in more than one queue. This is useful to make the queue ; respect the wrapuptime of another queue for a shared member. -; The default value is yes. +; The default value is no. ; ;shared_lastcall=no ;