Merged revisions 180006 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Tue, 3 Mar 2009 22:49:07 +0000 (22:49 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 3 Mar 2009 22:49:07 +0000 (22:49 +0000)
commit8970f8caaaecfc178a0e828408ceeb0e71578aa4
tree751f3f733e6fd73e635b70af1ed7b139e42f44fa
parentf47b03877b87d725b8ab442936df792c2c352aee
Merged revisions 180006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r180006 | mmichelson | 2009-03-03 16:48:18 -0600 (Tue, 03 Mar 2009) | 17 lines

  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/trunk@180007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c
configs/queues.conf.sample