FS-7509 FS-7513: add vid floor control

This commit is contained in:
Anthony Minessale
2015-03-04 10:24:37 -06:00
committed by Michael Jerris
parent 7cf3cb0cda
commit 5b9ada2b43
2 changed files with 4 additions and 2 deletions
@@ -2985,6 +2985,7 @@ static void conference_mod_event_channel_handler(const char *event_channel, cJSO
} else if (!strcasecmp(action, "volume_in") ||
!strcasecmp(action, "volume_out") ||
!strcasecmp(action, "vid-res-id") ||
!strcasecmp(action, "vid-floor") ||
!strcasecmp(action, "vid-banner")) {
exec = switch_mprintf("%s %s %d %s", conf_name, action, cid, argv[0]);
} else if (!strcasecmp(action, "play") || !strcasecmp(action, "stop")) {