[Asterisk-cvs] asterisk/configs queues.conf.sample,1.5,1.6

markster at lists.digium.com markster at lists.digium.com
Sat Mar 13 01:07:11 CST 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv18011/configs

Modified Files:
	queues.conf.sample 
Log Message:
Merge queue changes from Bug #214


Index: queues.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/queues.conf.sample,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- queues.conf.sample	2 Aug 2003 21:10:06 -0000	1.5
+++ queues.conf.sample	13 Mar 2004 06:00:41 -0000	1.6
@@ -2,6 +2,11 @@
 ;
 ; Global settings for call queues
 ;   (none exist currently)
+;
+; Note that a timeout to fail out of a queue may be passed as part of application call
+; from extensions.conf:
+; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout])
+; example: Queue(dave|t|||45)
 
 [default]
 ;
@@ -52,6 +57,35 @@
 ; Maximum number of people waiting in the queue (0 for unlimited)
 ;
 ;maxlen = 0
+;
+;
+; How often to announce queue position and/or estimated holdtime to caller (0=off)
+;
+;announce-frequency = 90 
+;
+; Should we include estimated hold time in position announcements?
+; Either yes, no, or only once; hold time will not be announced if <1 minute
+;
+;announce-holdtime = yes|no|once
+;
+; Use these sound files in making position/holdtime announcements.  The
+; defaults are as listed below -- change only if you need to.
+;
+;queue-youarenext = queue-youarenext		("You are now first in line.")
+;queue-thereare	= queue-thereare		("There are")
+;queue-callswaiting = queue-callswaiting	("calls waiting.")
+;queue-holdtime = queue-holdtime		("The current est. holdtime is")
+;queue-minutes = queue-minutes			("minutes.")
+;queue-thankyou = queue-thankyou		("Thank you for your patience.")
+;
+; Calls may be recorded using Asterisk's monitor resource
+; This can be enabled from within the Queue application, starting recording
+; when the call is actually picked up; thus, only successful calls are
+; recorded, and you are not recording while people are listening to MOH.
+; To enable monitoring, simply specify "monitor-format";  it will be disabled
+; otherwise.
+;
+; monitor-format = gsm|wav|wav49
 ;
 ; Each member of this call queue is listed on a separate line in
 ; the form technology/dialstring.  "member" means a normal member of a




More information about the svn-commits mailing list