]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3362 removed the vid refresh thing
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Jun 2011 15:51:46 +0000 (10:51 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Jun 2011 15:51:46 +0000 (10:51 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index e6572df8b7ed761552724e57aac7d9bb21822f0b..fcd4f56a387b4f363220031587c0de4ad47b8820 100644 (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:
                {