From: Mark Michelson Date: Tue, 25 Mar 2008 15:44:01 +0000 (+0000) Subject: Oops here too. I need to stop coding for a while... X-Git-Tag: 1.6.0-beta7~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49b6591f52da7f9f2d5f1845ad3e81a3b056d0b;p=thirdparty%2Fasterisk.git Oops here too. I need to stop coding for a while... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110639 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ba8fbd9b23..ffca4208b2 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -17288,9 +17288,6 @@ static int handle_request_cancel(struct sip_pvt *p, struct sip_request *req) update_call_counter(p, DEC_CALL_LIMIT); stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */ - if (p->owner) - ast_queue_hangup(p->owner); - else if (p->owner) ast_queue_hangup(p->owner); else