From: Damien Wedhorn Date: Fri, 2 Nov 2012 21:03:56 +0000 (+0000) Subject: Fix for chan_skinny leaving RTP ports open X-Git-Tag: 12.0.0-alpha1~1249 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=732767f230264ec252ddac60f9037f1b2a590aff;hp=732767f230264ec252ddac60f9037f1b2a590aff Fix for chan_skinny leaving RTP ports open Skinny wasn't closing RTP sockets. This patch includes ast_rtp_instance_stop before ast_rtp_instance_destroy which fixes the problem. Also add destroy for VRTP (which I believe is unused, but exists). Review: https://reviewboard.asterisk.org/r/2176/ ........ Merged revisions 375660 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375663 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---