]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Clarify some documentation of queues.conf.sample
authorMark Michelson <mmichelson@digium.com>
Tue, 3 Mar 2009 22:48:18 +0000 (22:48 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 3 Mar 2009 22:48:18 +0000 (22:48 +0000)
commitab5b88843c2ba3ee1bb26fd63b1b2e8dfa3f7859
treee770dff12422463c53d2750afb3efa0cf3de7df5
parent3ef0938c768eb79b7c5f4ccfc3dfa7b93b6db465
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@180006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c
configs/queues.conf.sample