]> git.ipfire.org Git - thirdparty/asterisk.git/commit
audiohook: Unlock channel in mute if no audiohooks present.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 9 Aug 2023 08:39:17 +0000 (05:39 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Wed, 9 Aug 2023 14:50:02 +0000 (14:50 +0000)
commitb37b28e071867bda6c270650d9b5b1f022f444b5
treebca01c39d96717515317fcc8b5d8536f75c563c8
parent82c0971e6e66cebc594cd6876b55e753367c9a9c
audiohook: Unlock channel in mute if no audiohooks present.

In the case where mute was called on a channel that had no
audiohooks the code was not unlocking the channel, resulting
in a deadlock.

Resolves: #233
main/audiohook.c