[asterisk-commits] mmichelson: branch 10 r371748 - in /branches/10: ./ configs/queues.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 27 12:36:46 CDT 2012
Author: mmichelson
Date: Mon Aug 27 12:36:43 2012
New Revision: 371748
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371748
Log:
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
Modified:
branches/10/ (props changed)
branches/10/configs/queues.conf.sample
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/queues.conf.sample?view=diff&rev=371748&r1=371747&r2=371748
==============================================================================
--- branches/10/configs/queues.conf.sample (original)
+++ branches/10/configs/queues.conf.sample Mon Aug 27 12:36:43 2012
@@ -57,7 +57,7 @@
; 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
;
More information about the asterisk-commits
mailing list