From: Anthony Minessale Date: Thu, 29 Sep 2016 17:26:40 +0000 (-0500) Subject: FS-9552 X-Git-Tag: v1.8.0~1230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d5da354ea54edf3e2d578a382b74f4f31a2638;p=thirdparty%2Ffreeswitch.git FS-9552 --- diff --git a/src/mod/applications/mod_conference/conference_event.c b/src/mod/applications/mod_conference/conference_event.c index 2a1b2df93d..9828efba77 100644 --- a/src/mod/applications/mod_conference/conference_event.c +++ b/src/mod/applications/mod_conference/conference_event.c @@ -120,6 +120,8 @@ void conference_event_mod_channel_handler(const char *event_channel, cJSON *json } else if (!strcasecmp(action, "mute") || !strcasecmp(action, "unmute") || !strcasecmp(action, "tmute") || + !strcasecmp(action, "deaf") || + !strcasecmp(action, "undeaf") || !strcasecmp(action, "vmute") || !strcasecmp(action, "unvmute") || !strcasecmp(action, "tvmute")) {