]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove XXX comment that is not necessary.
authorMark Michelson <mmichelson@digium.com>
Sat, 21 Jan 2012 00:08:57 +0000 (00:08 +0000)
committerMark Michelson <mmichelson@digium.com>
Sat, 21 Jan 2012 00:08:57 +0000 (00:08 +0000)
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352017 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 41f9d154c34e3c22350e5d7180d3f1a6fd939cb3..5a83878f04e9561e948d783ef9226c0372c5287f 100644 (file)
@@ -20774,14 +20774,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) {