From: Brian Date: Mon, 1 Jun 2015 14:16:25 +0000 (-0500) Subject: FS-7579 --resolve X-Git-Tag: v1.6.2~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8131f210b34c818e24911869b125b3b98c88fd10;p=thirdparty%2Ffreeswitch.git FS-7579 --resolve --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 532e827c3c..b4cc3e829d 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -11479,7 +11479,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")) {