From 80bbb830626921c1ccba28a71d42238b2f557231 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Tue, 25 Mar 2008 15:43:24 +0000 Subject: Oops. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@110638 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_sip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 2d7645f08..3b9a6a414 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -17203,9 +17203,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 -- cgit v1.2.3