From: Mark Spencer Date: Mon, 10 May 2004 13:16:09 +0000 (+0000) Subject: Fix missing semicolons in sample configurations (bug #1596) X-Git-Tag: 1.0.0-rc1~505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bc23d416ce49d401cf20619006859f5b04b851f;p=thirdparty%2Fasterisk.git Fix missing semicolons in sample configurations (bug #1596) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2941 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 75dabab540..bfa3fa614c 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