From: Mark Michelson Date: Sat, 21 Jan 2012 00:08:06 +0000 (+0000) Subject: Remove XXX comment that is not necessary. X-Git-Tag: 1.8.10.0-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f178bb08306147b91204d84d991bfc8ef4b484e;p=thirdparty%2Fasterisk.git Remove XXX comment that is not necessary. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@352016 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 7280c7a5e7..b4d09dfd8a 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -20267,14 +20267,6 @@ static void handle_response_notify(struct sip_pvt *p, int resp, const char *rest 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) {