[asterisk-commits] mmichelson: branch 1.8 r352016 - /branches/1.8/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 20 18:08:08 CST 2012
Author: mmichelson
Date: Fri Jan 20 18:08:06 2012
New Revision: 352016
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=352016
Log:
Remove XXX comment that is not necessary.
Modified:
branches/1.8/channels/chan_sip.c
Modified: branches/1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=352016&r1=352015&r2=352016
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Fri Jan 20 18:08:06 2012
@@ -20267,14 +20267,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