]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4933 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 13 Dec 2012 16:02:36 +0000 (10:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 13 Dec 2012 16:02:36 +0000 (10:02 -0600)
src/mod/applications/mod_conference/mod_conference.c

index a4a8237d21ebb3cf6a1ab2ba77bb582e3f67d28a..3cfa13b62512c32d635d34b7288050356489a1d2 100644 (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;
                                        }