skip video setup on re-invite

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16559 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-02-02 22:58:45 +00:00
parent 192288bbc8
commit 9cbb5a55e4
1 changed files with 4 additions and 1 deletions

View File

@ -2726,6 +2726,9 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
/******************************************************************************************/
if (tech_pvt->video_rtp_session) {
goto video_up;
}
if (!tech_pvt->local_sdp_video_port) {