]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4418 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 12 Jul 2012 22:54:02 +0000 (17:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 12 Jul 2012 22:54:02 +0000 (17:54 -0500)
src/mod/applications/mod_conference/mod_conference.c

index cec868f2044b0af5eb5dbe3ff0655b2936f1043b..be40aa6a08381b5bd34c2aa1b184b595b062a70a 100644 (file)
@@ -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);