aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-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 cb1c56d6e..79034409d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17170,10 +17170,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);
}