From: Jeff Lenk Date: Mon, 18 Mar 2013 17:41:07 +0000 (-0500) Subject: Revert "FS-3996 --resolve stop conference recording when only 1 person left" X-Git-Tag: v1.3.17-final~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05b493367b0f9aa884c725aa10912f5b414fa0b;p=thirdparty%2Ffreeswitch.git Revert "FS-3996 --resolve stop conference recording when only 1 person left" This reverts commit 05895faa770d227953346ec3f573e724073d2cdf. --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index c5b3049a38..7fc6311fa1 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -3932,7 +3932,7 @@ static void *SWITCH_THREAD_FUNC conference_record_thread_run(switch_thread_t *th switch_event_fire(&event); } - while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count > 1) { + while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count) { len = 0;