Skip to content
Snippets Groups Projects
Commit 1bc23d41 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix missing semicolons in sample configurations (bug #1596)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4b84c438
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment