Skip to content
Snippets Groups Projects
Commit 02408a24 authored by Mark Michelson's avatar Mark Michelson
Browse files

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
parent ab8ba431
No related branches found
No related tags found
No related merge requests found
...@@ -20871,14 +20871,6 @@ static void handle_response_notify(struct sip_pvt *p, int resp, const char *rest ...@@ -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"); ast_log(LOG_NOTICE, "Got OK on REFER Notify message\n");
} else { } else {
ast_log(LOG_WARNING, "Notify answer on an owned channel? - %s\n", ast_channel_name(p->owner)); 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 { } else {
if (p->subscribed == NONE && !p->refer) { if (p->subscribed == NONE && !p->refer) {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment