]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skip video setup on re-invite
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 2 Feb 2010 22:58:45 +0000 (22:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 2 Feb 2010 22:58:45 +0000 (22:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16559 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 4d8f00766c9ba5899d01db2e6f4b2af67d992a64..1a7cb8ae2440dc9df26b7a3f6787b04f186539bf 100644 (file)
@@ -2725,7 +2725,10 @@ 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) {