]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 237920 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Tue, 5 Jan 2010 23:09:55 +0000 (23:09 +0000)
committerDavid Vossel <dvossel@digium.com>
Tue, 5 Jan 2010 23:09:55 +0000 (23:09 +0000)
commit119687d05e392342019e8b47a879c73a37dc0d25
tree4b0bd9cc18ec62ff16c0ed5206eb3de39fc9d0f1
parent8278395dc8fd2315f7b2922a1b4d0606014075a9
Merged revisions 237920 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r237920 | dvossel | 2010-01-05 17:08:50 -0600 (Tue, 05 Jan 2010) | 16 lines

  fixes holdtime playback issue in app_queue

  When reporting hold time, the number of seconds should be mod 60.
  Otherwise audio playback could be something like "2 minutes 123 seconds"
  rather than "2 minutes 3 seconds".

  Also, the "minute" sound file is missing, so for the moment until
  that file can be created the "minutes" file is used instead.

  (closes issue #16168)
  Reported by: nickilo
  Patches:
        patch-unified-trunk-rev-222176 uploaded by nickilo (license )
  Tested by: nickilo, wonderg
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@237922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c