From 9c41c1217e38560f220e6da66b889a3d2c2cefbb Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 1 Jun 2015 09:16:25 -0500 Subject: [PATCH] FS-7579 --resolve --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index cf08f0da43..434805705c 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -8905,7 +8905,7 @@ static void clear_eflags(char *events, uint32_t *f) } else if (!strcmp(event, "play-file")) { *f &= ~EFLAG_PLAY_FILE; } else if (!strcmp(event, "play-file-done")) { - *f &= ~EFLAG_PLAY_FILE; + *f &= ~EFLAG_PLAY_FILE_DONE; } else if (!strcmp(event, "play-file-member")) { *f &= ~EFLAG_PLAY_FILE_MEMBER; } else if (!strcmp(event, "speak-text")) {