From: Anthony Minessale Date: Thu, 13 Dec 2012 16:02:36 +0000 (-0600) Subject: FS-4933 --resolve X-Git-Tag: v1.3.10~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3730504693a5550769d01c0a8883d76e51e8b740;p=thirdparty%2Ffreeswitch.git FS-4933 --resolve --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index a4a8237d21..3cfa13b625 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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; }