]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix incorrectly documented option in queues.conf
authorMark Michelson <mmichelson@digium.com>
Mon, 27 Aug 2012 17:36:43 +0000 (17:36 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 27 Aug 2012 17:36:43 +0000 (17:36 +0000)
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@371748 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/queues.conf.sample

index c2577ead579108c2858fa2e444bd37010a03e7d8..b4d50931c20cc00ee56fe0b1db53e3629132dba1 100644 (file)
@@ -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
 ;