summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-08-27 17:52:16 +0000
committerMark Michelson <mmichelson@digium.com>2012-08-27 17:52:16 +0000
commit4b50e3f1ee84ae29da6d9eb3cfd9896a49d2394b (patch)
treec3efc1d5042bf76389a8bc79297591ac15723bd3
parent05fd2ef0a6494a76b59a92198a9f7a33dafe51db (diff)
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 ........ Merged revisions 371748 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 371750 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/queues.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index e73dab200..c9e5e21a4 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
;