From 9cbb5a55e4cc8bec639e28d8ccc4c1c81a3106bc Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 2 Feb 2010 22:58:45 +0000 Subject: [PATCH] skip video setup on re-invite git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16559 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_glue.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 4d8f00766c..1a7cb8ae24 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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) {