[Asterisk-cvs] asterisk/configs queues.conf.sample,1.10,1.11

markster at lists.digium.com markster at lists.digium.com
Mon Jun 28 16:31:28 CDT 2004


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

Modified Files:
	queues.conf.sample 
Log Message:
Merge seconds announcement for queue hold time (bug #1941)


Index: queues.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/queues.conf.sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- queues.conf.sample	26 Jun 2004 16:26:39 -0000	1.10
+++ queues.conf.sample	28 Jun 2004 20:17:20 -0000	1.11
@@ -73,6 +73,12 @@
 ; Either yes, no, or only once; hold time will not be announced if <1 minute
 ;
 ;announce-holdtime = yes|no|once
+
+;
+; What's the rounding time for the seconds?
+; If this is non zero then we announce the seconds as well as the minutes rounded to this value
+;
+; announce-round-seconds = 10
 ;
 ; Use these sound files in making position/holdtime announcements.  The
 ; defaults are as listed below -- change only if you need to.
@@ -82,6 +88,7 @@
 ;queue-callswaiting = queue-callswaiting	;	("calls waiting.")
 ;queue-holdtime = queue-holdtime		;	("The current est. holdtime is")
 ;queue-minutes = queue-minutes			;	("minutes.")
+;queue-seconds = queue-seconds			;	("seconds.")
 ;queue-thankyou = queue-thankyou		;	("Thank you for your patience.")
 ;
 ; Calls may be recorded using Asterisk's monitor resource




More information about the svn-commits mailing list