diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 6268ad05c4..ef67b78d7e 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -4115,6 +4115,7 @@ int ooh323_destroy(struct ooh323_pvt *p) } if (cur->rtp) { + ast_rtp_instance_stop(cur->rtp); ast_rtp_instance_destroy(cur->rtp); cur->rtp = NULL; }