]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ConfBridge does not handle hangup properly
authorKinsey Moore <kmoore@digium.com>
Tue, 21 Jun 2011 16:09:14 +0000 (16:09 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 21 Jun 2011 16:09:14 +0000 (16:09 +0000)
commita9a8c0fa05f4f2a971a54d92dfbe174fc07f1b9f
tree2fadd87044cb22846c994cd509959e910a3a058f
parentce2e420902a39b22185785e687a89eb407b19c9c
ConfBridge does not handle hangup properly

When playing back a prompt to a channel, confbridge neglects to check for
hangup events causing lockup condititions for hangups that occur before
actually joining the conference.  This change ensures that the user is removed
from the conference in the event of a premature hangup.

Review: https://reviewboard.asterisk.org/r/1277/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c