[asterisk-commits] mmichelson: trunk r352019 - in /trunk: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 20 18:11:17 CST 2012
Author: mmichelson
Date: Fri Jan 20 18:11:13 2012
New Revision: 352019
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=352019
Log:
Remove XXX comment that is not necessary.
........
Merged revisions 352016 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 352017 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=352019&r1=352018&r2=352019
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri Jan 20 18:11:13 2012
@@ -20871,14 +20871,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", ast_channel_name(p->owner));
- /*
- * 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