From: Anthony Minessale Date: Tue, 16 Jul 2013 13:56:07 +0000 (-0500) Subject: tweak X-Git-Tag: v1.5.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b96a23cd81cd1cdeefaaac73cfc401640aa8b07;p=thirdparty%2Ffreeswitch.git tweak --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 23f08f69b2..d301ed4f50 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1459,6 +1459,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe if (switch_channel_test_flag(channel, CF_VIDEO)) { if (!switch_test_flag(conference, CFLAG_VIDEO_BRIDGE)) { switch_channel_clear_flag(channel, CF_VIDEO_ECHO); + switch_channel_clear_flag(channel, CF_VIDEO_PASSIVE); } /* Tell the channel to request a fresh vid frame */ switch_core_session_refresh_video(member->session);