[Asterisk-cvs] asterisk/configs queues.conf.sample,1.6,1.7
markster at lists.digium.com
markster at lists.digium.com
Mon May 10 09:06:15 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv15983/configs
Modified Files:
queues.conf.sample
Log Message:
Fix missing semicolons in sample configurations (bug #1596)
Index: queues.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/queues.conf.sample,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- queues.conf.sample 13 Mar 2004 06:00:41 -0000 1.6
+++ queues.conf.sample 10 May 2004 13:16:09 -0000 1.7
@@ -71,12 +71,12 @@
; 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.")
+;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
More information about the svn-commits
mailing list