]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix incorrect MeetME conference bridge reference count decrementing and sometimes...
authorJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2012 19:16:02 +0000 (19:16 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2012 19:16:02 +0000 (19:16 +0000)
commita27145ac572ac011e62e6821688ba95c41934b54
tree5a775cc3b401fb30397f82f09a5f4d76279ead62
parent792a89a9f74b0ddf18fac3f9076e55ae0ca79239
Fix incorrect MeetME conference bridge reference count decrementing and sometimes premature destruction.

When using the 'e' or 'E' option to MeetMe the configured conference bridges are loaded and examined to see
if any are empty. If no conference bridges are empty the caller is prompted to enter the number of one.
This operation left around a pointer to the last created conference bridge still containing participants.
When the caller that was not able to find any empty conference bridge hung up this pointer was disposed of
and the reference count of the conference bridge decremented. If there was only a single participant in the
conference bridge it was ultimately destroyed prematurely.

(closes issue AST-994)
Reported by: John Bigelow
........

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

Merged revisions 373245 from http://svn.asterisk.org/svn/asterisk/branches/10

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