From: Anthony Minessale Date: Wed, 22 Jun 2011 15:51:46 +0000 (-0500) Subject: FS-3362 removed the vid refresh thing X-Git-Tag: v1.2-rc1~108^2^2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49e52b4ca6b6b1b9bfd90361ab7deea6bec30023;p=thirdparty%2Ffreeswitch.git FS-3362 removed the vid refresh thing --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index e6572df8b7..fcd4f56a38 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -2327,9 +2327,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi break; case SWITCH_MESSAGE_INDICATE_ANSWER: status = sofia_answer_channel(session); - if (switch_channel_test_flag(tech_pvt->channel, CF_VIDEO)) { - sofia_glue_build_vid_refresh_message(session, NULL); - } break; case SWITCH_MESSAGE_INDICATE_PROGRESS: {