[asterisk-commits] mmichelson: branch 1.6.0 r110638 - /branches/1.6.0/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 25 10:43:25 CDT 2008


Author: mmichelson
Date: Tue Mar 25 10:43:24 2008
New Revision: 110638

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110638
Log:
Oops.


Modified:
    branches/1.6.0/channels/chan_sip.c

Modified: branches/1.6.0/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/channels/chan_sip.c?view=diff&rev=110638&r1=110637&r2=110638
==============================================================================
--- branches/1.6.0/channels/chan_sip.c (original)
+++ branches/1.6.0/channels/chan_sip.c Tue Mar 25 10:43:24 2008
@@ -17203,9 +17203,6 @@
 		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




More information about the asterisk-commits mailing list