[asterisk-commits] mmichelson: branch 1.8 r371747 -	/branches/1.8/configs/queues.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Aug 27 12:35:39 CDT 2012
    
    
  
Author: mmichelson
Date: Mon Aug 27 12:35:34 2012
New Revision: 371747
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371747
Log:
Fix incorrectly documented option in queues.conf
sharedlastcall defaults to "no" not "yes"
(closes issue AST-979)
reported by Steve Pitts
Modified:
    branches/1.8/configs/queues.conf.sample
Modified: branches/1.8/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/queues.conf.sample?view=diff&rev=371747&r1=371746&r2=371747
==============================================================================
--- branches/1.8/configs/queues.conf.sample (original)
+++ branches/1.8/configs/queues.conf.sample Mon Aug 27 12:35:34 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