[Asterisk-cvs] asterisk/configs queues.conf.sample,1.16,1.17

markster at lists.digium.com markster at lists.digium.com
Sun Oct 3 12:44:23 CDT 2004


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

Modified Files:
	queues.conf.sample 
Log Message:
Add reporting of actual hold time (bug #2564)


Index: queues.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/queues.conf.sample,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- queues.conf.sample	29 Sep 2004 14:06:59 -0000	1.16
+++ queues.conf.sample	3 Oct 2004 16:46:06 -0000	1.17
@@ -93,6 +93,7 @@
 ;queue-seconds = queue-seconds			;	("seconds.")
 ;queue-thankyou = queue-thankyou		;	("Thank you for your patience.")
 ;queue-lessthan = queue-less-than		;       ("less than")
+;queue-reporthold = queue-reporthold		;       ("Hold time")
 ;
 ; Calls may be recorded using Asterisk's monitor resource
 ; This can be enabled from within the Queue application, starting recording
@@ -123,6 +124,12 @@
 ;
 ; eventwhencalled = yes
 ;
+; If you wish to report the caller's hold time to the member before they are connected
+; to the caller, set this to yes.
+;
+; reportholdtime = no
+;
+;
 ; Each member of this call queue is listed on a separate line in
 ; the form technology/dialstring.  "member" means a normal member of a
 ; queue.  An optional penalty may be specified after a comma, such that




More information about the svn-commits mailing list