summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-01-21 00:11:13 +0000
committerMark Michelson <mmichelson@digium.com>2012-01-21 00:11:13 +0000
commit02408a2476a8462fda158829b3b75df5a33d9dad (patch)
treee5f83b7f7cca6265209c6befdd622de3b813a4f0 /channels
parentab8ba431b6b5a29c8b0238afa8d763a87ae057e0 (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@352019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 34b844798..a503e4965 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20871,14 +20871,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", 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) {