aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-23 16:30:00 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-23 16:30:00 +0000
commit2761952f66454a519cbbb3c2ab57ac042d95803e (patch)
tree75ac27bda95789900bb712ea69d96bcc1d1e346a /channels
parent956fe270f93165fb6626dcfd1ff47449fb15f356 (diff)
Merged revisions 208314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r208314 | mmichelson | 2009-07-23 11:29:37 -0500 (Thu, 23 Jul 2009) | 9 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@208316 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 223f4982e..d4640b732 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -15648,10 +15648,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 (!req->ignore && p->owner) {
ast_queue_control(p->owner, AST_CONTROL_RINGING);
}