From: Automerge script Date: Mon, 27 Aug 2012 18:25:10 +0000 (+0000) Subject: Merged revisions 371748 via svnmerge from X-Git-Tag: 10.9.0-digiumphones-rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49057c85fc30b190e572654efcab39f6cf4d9113;p=thirdparty%2Fasterisk.git Merged revisions 371748 via svnmerge from file:///srv/subversion/repos/asterisk/branches/10 ................ r371748 | mmichelson | 2012-08-27 12:36:43 -0500 (Mon, 27 Aug 2012) | 10 lines Fix incorrectly documented option in queues.conf sharedlastcall defaults to "no" not "yes" (closes issue AST-979) reported by Steve Pitts ........ Merged revisions 371747 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@371779 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index c2577ead57..b4d50931c2 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 ;