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
1.6.1
Mark Michelson 17 years ago
parent 67efba6e50
commit a49b6591f5

@ -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

Loading…
Cancel
Save