From 643a18b5839440fd5dad77f5f42338b9adf67eac Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 12 Jul 2012 17:54:02 -0500 Subject: [PATCH] FS-4418 --resolve --- src/mod/applications/mod_conference/mod_conference.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index cec868f204..be40aa6a08 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -4520,6 +4520,7 @@ static switch_status_t conf_api_sub_mute(conference_member_t *member, switch_str switch_clear_flag_locked(member, MFLAG_TALKING); switch_set_flag(member, MFLAG_INDICATE_MUTE); + member->score_iir = 0; if (stream != NULL) { stream->write_function(stream, "OK mute %u\n", member->id);