diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 50d4d2a3ea..9cc4cc2835 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14659,6 +14659,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int if (option_debug > 2) { ast_log(LOG_DEBUG, "Potential spiral detected. Original RURI was %s, new RURI is %s\n", p->initreq.rlPart2, req->rlPart2); } + transmit_response(p, "100 Trying", req); if (at) { *at = '\0'; }