summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-07-23 16:29:37 +0000
committerMark Michelson <mmichelson@digium.com>2009-07-23 16:29:37 +0000
commitbacf6ab51efd1c350aac0ee96608f899bfc5f37e (patch)
treeec81fd4bed80643c4227dd42b3f2d1579b3cca73
parent980db1601a94799fddce7581c20a222c862b690a (diff)
Merged revisions 208312 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r208312 | mmichelson | 2009-07-23 11:29:18 -0500 (Thu, 23 Jul 2009) | 3 lines Remove inaccurate XXX comment. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 2c8370be5..4fbd8f5da 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17958,10 +17958,6 @@ static void handle_response_invite(struct sip_pvt *p, int resp, const char *rest
* 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 (!req->ignore && p->owner) {
ast_queue_control(p->owner, AST_CONTROL_RINGING);
}