aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-03 22:48:18 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-03 22:48:18 +0000
commit270db02b3b557cbef8090c4269538163fcd05070 (patch)
treee770dff12422463c53d2750afb3efa0cf3de7df5 /configs
parent5e79a9d71162470178be069f8ddf824ee296119b (diff)
Clarify some documentation of queues.conf.sample
It had always been possible to explicitly specify a "blank" value for a sound file in queues.conf and have no sound played back. The problem with this is that it would result in some ugly CLI warnings from file.c. This commit introduces a check when playing a file in app_queue to see if the name of the file is zero-length and return early if that is the case. Also, the ability to specify the blank sound files in queues.conf is now mentioned more clearly in queues.conf.sample (closes issue #14227) Reported by: caspy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@180006 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 53900e29e..64f698527 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -156,6 +156,13 @@ monitor-type = MixMonitor
; Use these sound files in making position/holdtime announcements. The
; defaults are as listed below -- change only if you need to.
;
+; Keep in mind that you may also prevent a sound from being played if you
+; explicitly set a sound to be an empty string. For example, if you want to
+; prevent the queue from playing queue-thankyou, you may set the sound using
+; the following line:
+;
+; queue-thankyou=
+;
; ("You are now first in line.")
;queue-youarenext = queue-youarenext
; ("There are")