[asterisk-commits] mmichelson: trunk r110639 - /trunk/channels/chan_sip.c

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


Author: mmichelson
Date: Tue Mar 25 10:44:01 2008
New Revision: 110639

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110639
Log:
Oops here too. I need to stop coding for a while...


Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=110639&r1=110638&r2=110639
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Mar 25 10:44:01 2008
@@ -17288,9 +17288,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