]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_meetme: Fix overwrite of DAHDI conference data structure.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 15 May 2014 21:27:58 +0000 (21:27 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 15 May 2014 21:27:58 +0000 (21:27 +0000)
commite97c2eccc068298331a28e9acf48403bae327455
tree71b8065651d500419bc3c99c40c77957ff25d5f9
parent8bf18ed4d3539e97945055a44efc2c5488a30394
app_meetme: Fix overwrite of DAHDI conference data structure.

Starting a conference recording using the admin menu overwrites the DAHDI
conference data structure used to modify the admin user's conference mute
mode.

* Made no longer pass the user's DAHDI conference data structure into the
menu functions.  The menu now uses its own DAHDI conference data
structure to start the recording channel.

* Moved the unlock conf->playlock to before playing the conf-full message.
No sense keeping the lock while that prompt is playing.  The user is never
going to get into the conference at that point.

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