]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_meetme: Fix channels lingering when hung up under certain conditions
authorJonathan Rose <jrose@digium.com>
Thu, 15 Nov 2012 22:55:04 +0000 (22:55 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 15 Nov 2012 22:55:04 +0000 (22:55 +0000)
commit077e03b869332afc4db057db1c35e9516bd69040
tree4ab80f355e414225528fc5981d5800c2c46b181a
parent45490315bc57d2f956cf82be132c8a212f3cd465
app_meetme: Fix channels lingering when hung up under certain conditions

Channels would get stuck and MeetMe would repeatedly display an Unable
to write frame to channel error in the conf_run function if hung up
during certain sound prompts such as during user count announcements.
This patch fixes that by reintroducing a hangup check in the meetme's
main loop (also in conf_run).

(closes issue ASTERISK-20486)
Reported by: Michael Cargile
Review: https://reviewboard.asterisk.org/r/2187/
Patches:
    meetme_hangup_patch_ASTERISK-20486_v3.diff uploaded by Jonathan Rose (license 6182)
........

Merged revisions 376307 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@376308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c