]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't fallthrough to 'unknown' in the 'ringing' case.
authorJason Parker <jparker@digium.com>
Fri, 4 Feb 2011 19:21:43 +0000 (19:21 +0000)
committerJason Parker <jparker@digium.com>
Fri, 4 Feb 2011 19:21:43 +0000 (19:21 +0000)
commit3d510c9a325e3bcd88a562c862da0074762b8800
tree57cf5d6e3789bf93f303a71495c8bc532584e5af
parent56ec0fc138aa8cb26421e026eddb46f222b1a044
Don't fallthrough to 'unknown' in the 'ringing' case.

This could cause improper exits from the queue.

(closes issue #18499)
Reported by: zaltar
Patches:
      app_queue.patch uploaded by zaltar (license 1148)

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