This commit is contained in:
Anthony Minessale 2016-09-29 12:26:40 -05:00
parent 58ed5bdf7c
commit ec751e64a1

View File

@ -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")) {