From: Mark Michelson Date: Thu, 23 Jul 2009 16:29:18 +0000 (+0000) Subject: Remove inaccurate XXX comment. X-Git-Tag: 1.4.26.2~4^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bc859e81cf24e7c8fb169154e1ccb9ab2906c3;p=thirdparty%2Fasterisk.git Remove inaccurate XXX comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@208312 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 7e9c8edd2b..bcc7643ee6 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12693,10 +12693,6 @@ static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru * a 100 Trying response. We're just going to treat this sort of thing * the same as we would treat a 180 Ringing */ - /*XXX I'm just following the same procedure for a 180 response, which - * doesn't change the invitestate of p. Shouldn't it be INV_PROCEEDING - * though? - */ if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) { ast_queue_control(p->owner, AST_CONTROL_RINGING); }