]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Fix error messages on exiting conference.
authorMatthew Jordan <mjordan@digium.com>
Thu, 14 Feb 2013 15:21:05 +0000 (15:21 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 14 Feb 2013 15:21:05 +0000 (15:21 +0000)
commita97d765d1d16745ad4d0eac9a31777fcaa9f87ad
tree3be56d8d1e1a4a68832606f7935f398fb9a4005d
parent1425fb65f1a5aad4f8bb2b8e97fe45961886c019
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
........

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

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