[asterisk-commits] irroot: branch 10 r341599 - /branches/10/configs/queues.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 20 13:20:15 CDT 2011
Author: irroot
Date: Thu Oct 20 13:20:08 2011
New Revision: 341599
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=341599
Log:
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:
branches/10/configs/queues.conf.sample
Modified: branches/10/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/queues.conf.sample?view=diff&rev=341599&r1=341598&r2=341599
==============================================================================
--- branches/10/configs/queues.conf.sample (original)
+++ branches/10/configs/queues.conf.sample Thu Oct 20 13:20:08 2011
@@ -64,6 +64,13 @@
; Negative_penalty_invalid will treat members with a negative penalty as logged off
;
;negative_penalty_invalid = 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