Index: chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.665 diff -r1.665 chan_sip.c 8382a8383,8393 > > /*Don't hang on to RTP ports */ > if (p->rtp) { > ast_log(LOG_DEBUG,"SUBSCRIBE releasing RTP port\n"); > ast_rtp_destroy(p->rtp); > } > if (p->vrtp) { > ast_log(LOG_DEBUG,"SUBSCRIBE releasing VRTP port\n");> ast_rtp_destroy(p->vrtp); > } >