[asterisk-commits] mmichelson: branch 10 r352017 - in /branches/10: ./ channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 20 18:08:59 CST 2012


Author: mmichelson
Date: Fri Jan 20 18:08:57 2012
New Revision: 352017

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=352017
Log:
Remove XXX comment that is not necessary.
........

Merged revisions 352016 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/10/   (props changed)
    branches/10/channels/chan_sip.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/chan_sip.c?view=diff&rev=352017&r1=352016&r2=352017
==============================================================================
--- branches/10/channels/chan_sip.c (original)
+++ branches/10/channels/chan_sip.c Fri Jan 20 18:08:57 2012
@@ -20774,14 +20774,6 @@
 				ast_log(LOG_NOTICE, "Got OK on REFER Notify message\n");
 			} else {
 				ast_log(LOG_WARNING, "Notify answer on an owned channel? - %s\n", p->owner->name);
-				/*
-				 * XXX There is discrepancy on whether a hangup should be queued
-				 * or not. This code used to be duplicated in two places, and the more
-				 * frequently hit area had this disabled, making it the de facto
-				 * "correct" way to go.
-				 *
-				 * ast_queue_hangup_with_cause(p->owner, AST_CAUSE_NORMAL_UNSPECIFIED);
-				 */
 			}
 		} else {
 			if (p->subscribed == NONE && !p->refer) {




More information about the asterisk-commits mailing list