]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Fix crash from receiving an AMI action after ConfBridge unloaded.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Feb 2013 17:29:40 +0000 (17:29 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 8 Feb 2013 17:29:40 +0000 (17:29 +0000)
commit9a56a3d73872938ec3152b4b8cb9e8de125b8a63
treed5303dd250e16f1b62b070fa68b43f614eb769b6
parentff78dbf2c60a6d6f99fcfb3e97adaa15c597c51d
app_confbridge: Fix crash from receiving an AMI action after ConfBridge unloaded.

Unloading ConfBridge caused the next AMI action received to crash
Asterisk.

* Add the missing unregister of AMI action ConfbridgeSetSingleVideoSrc
when ConfBridge is unloaded.

(closes issue ASTERISK-20994)
Reported by: Jeremy Kister
Patches:
      jira_asterisk_20994_v11.patch (license #5621) patch uploaded by rmudgett
Tested by: Rusty Newton, Jeremy Kister

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