FS-4933 --resolve

This commit is contained in:
Anthony Minessale 2012-12-13 10:02:36 -06:00
parent 17b6087d7a
commit 3730504693
1 changed files with 0 additions and 1 deletions

View File

@ -3680,7 +3680,6 @@ static void conference_loop_output(conference_member_t *member)
member_add_file_data(member, write_frame.data, write_frame.datalen);
}
if (switch_core_session_write_frame(member->session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATUS_SUCCESS) {
switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER);
switch_mutex_unlock(member->audio_out_mutex);
break;
}