From b7e347768e262d51a0e47c928bd5e8b491b7526b Mon Sep 17 00:00:00 2001 From: Michael Jerris <mike@jerris.com> Date: Tue, 5 Feb 2008 17:00:02 +0000 Subject: [PATCH] huh? git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7526 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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 553e6d4307..4f4e7853db 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1624,7 +1624,7 @@ static void conference_loop_output(conference_member_t * member) write_frame.buflen = sizeof(data); write_frame.codec = &member->write_codec; - if (switch_test_flag(member->conference, CFLAG_ANSWERED)) { + if (!switch_test_flag(member->conference, CFLAG_ANSWERED)) { switch_channel_answer(channel); }