[asterisk-commits] irroot: branch irroot/distrotech-customers-10 r341640 - /team/irroot/distrote...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 20 14:20:53 CDT 2011


Author: irroot
Date: Thu Oct 20 14:20:48 2011
New Revision: 341640

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=341640
Log:
More Backport from trunk [app_queue]

Modified:
    team/irroot/distrotech-customers-10/configs/queues.conf.sample

Modified: team/irroot/distrotech-customers-10/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-10/configs/queues.conf.sample?view=diff&rev=341640&r1=341639&r2=341640
==============================================================================
--- team/irroot/distrotech-customers-10/configs/queues.conf.sample (original)
+++ team/irroot/distrotech-customers-10/configs/queues.conf.sample Thu Oct 20 14:20:48 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]
 ;
@@ -209,6 +216,16 @@
 ; Autopausedelay delay autopause for autopausedelay seconds from the
 ; last call if a member has not taken a call the delay has no effect.
 ;autopausedelay=60
+;
+; Autopausebusy controls whether or not a queue member is set as paused
+; automatically upon the member device reporting busy. The autopausedelay
+; option applies. Defaults to 'no'.
+;autopausebusy=no
+;
+; Autopauseunavail controls whether or not a queue member is set as paused
+; automatically upon the member device reporting congestion. The autopausedely
+; option applies. Defaults to 'no'.
+;autopauseunavail=no
 ;
 ; Maximum number of people waiting in the queue (0 for unlimited)
 ;




More information about the asterisk-commits mailing list