X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=channels%2Fchan_sip.c;h=a503e49654ee1f6c057e4566019af5395c7ab294;hp=34b84479834fe142305f2b06189aae1c82ac4daf;hb=02408a2476a8462fda158829b3b75df5a33d9dad;hpb=ab8ba431b6b5a29c8b0238afa8d763a87ae057e0 diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 34b8447..a503e49 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) {