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) {