]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Fix error messages on exiting conference.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 5 Feb 2013 18:49:32 +0000 (18:49 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 5 Feb 2013 18:49:32 +0000 (18:49 +0000)
commitef0433e6bca7ee060271cb291bfaffa034c6417e
treea89dadfa704f4e122bd932d70bd7cdc032b56045
parent6754f20f59e8311b8e3b2a1850623386f6d69132
app_confbridge: Fix error messages on exiting conference.

A marked user ending a conference with only end_marked users generates
error messages:
ERROR[0000][C-00000000]: confbridge/conf_state.c:47 conf_invalid_event_fn: Invalid event for confbridge user ''

* The MULTI_MARKED state was doing too much when it was kicking out the
end_marked users from the conference.  The kicked out users will clean up
after themselves when they exit the conference.

(closes issue ASTERISK-20991)
Reported by: Jeremy Kister
Tested by: rmudgett

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