]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a locking inversion in MixMonitor.
authorMark Michelson <mmichelson@digium.com>
Fri, 22 Aug 2014 16:56:18 +0000 (16:56 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 22 Aug 2014 16:56:18 +0000 (16:56 +0000)
commit16c96760e71eb4feac55dba60b601ecf41268ea0
tree915135879c3bb446e896e06db221becf4f38eee1
parent712907eec683f6c2e1bd8e51ae8f29a31c19a205
Fix a locking inversion in MixMonitor.

We need to unlock the audiohook before trying to lock
the channel, since the correct locking order is channel
then audiohook.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_mixmonitor.c