FS-3362 removed the vid refresh thing

This commit is contained in:
Anthony Minessale 2011-06-22 10:51:46 -05:00
parent 4bb768311e
commit 49e52b4ca6

View File

@ -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:
{