git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7526 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-05 17:00:02 +00:00
parent ccf4e57c8d
commit b7e347768e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}