[asterisk-commits] irroot: trunk r341624 - in /trunk: ./ configs/queues.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 20 13:27:33 CDT 2011
Author: irroot
Date: Thu Oct 20 13:27:29 2011
New Revision: 341624
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=341624
Log:
Merged revisions 341599 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
........
r341599 | irroot | 2011-10-20 20:20:08 +0200 (Thu, 20 Oct 2011) | 8 lines
add documentation for check_state_unknown in configs/queues.conf.sample
app_queue allows calls to members in a "Unknown" state to be treated as available
setting check_state_unknown = yes will cause app_queue to query the channel driver
to better determine the state this only applies to queues with ringinuse or ignorebusy
set appropriately.
........
Modified:
trunk/ (props changed)
trunk/configs/queues.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/queues.conf.sample?view=diff&rev=341624&r1=341623&r2=341624
==============================================================================
--- trunk/configs/queues.conf.sample (original)
+++ trunk/configs/queues.conf.sample Thu Oct 20 13:27:29 2011
@@ -70,6 +70,13 @@
; is set. The default value (no) maintains backward compatibility.
;
;log_membername_as_agent = no
+;
+; app_queue allows calls to members in a "Unknown" state to be treated as available
+; setting check_state_unknown = yes will cause app_queue to query the channel driver
+; to better determine the state this only applies to queues with ringinuse or ignorebusy
+; set appropriately.
+;
+;check_state_unknown = no
;
;[markq]
;
More information about the asterisk-commits
mailing list