diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 8ee4ee4827..894921a0db 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -707,7 +707,7 @@ static switch_status_t sofia_kill_channel(switch_core_session_t *session, int si switch_rtp_break(tech_pvt->rtp_session); } if (switch_rtp_ready(tech_pvt->video_rtp_session)) { - switch_rtp_break(tech_pvt->rtp_session); + switch_rtp_break(tech_pvt->video_rtp_session); } break; case SWITCH_SIG_KILL: