aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-10 13:16:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-10 13:16:09 +0000
commit979d4183a324a8e7e4a88b4e3339fd404eebfe69 (patch)
tree3588af8f87b2c6bce65df26e6b952259d3f21941 /configs
parent6f8f6f4063c49d5965f07aa1eac7d8bc7dfbe472 (diff)
Fix missing semicolons in sample configurations (bug #1596)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2941 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/queues.conf.sample12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 75dabab54..bfa3fa614 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -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