app_confbridge: Fix crash from receiving an AMI action after ConfBridge unloaded.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Feb 2013 17:37:27 +0000 (17:37 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 8 Feb 2013 17:37:27 +0000 (17:37 +0000)
commit9da5ef1b911e9d3883286fd79d44978ee8c4e1af
treeba67c197b79187e2635a96a77fc817251ca4e73a
parent1a70d513f1876e88fc61f50484dfa27adc0af881
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
........

Merged revisions 381067 from http://svn.asterisk.org/svn/asterisk/branches/11

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