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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index b84c56035..683cfeb13 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17454,6 +17454,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
char *at = strchr(uri, '@');
char *peerorhost;
ast_debug(3, "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';
}