https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219320 | mmichelson | 2009-09-17 17:20:50 -0500 (Thu, 17 Sep 2009) | 6 lines
Send a 100 Trying response when we detect a spiral.
This was problematic during spiral tests at SIPit...
along with some other things as well.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@219324
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
char *at = strchr(uri, '@');
char *peerorhost;
ast_debug(2, "Potential spiral detected. Original RURI was %s, new RURI is %s\n", initial_rlPart2, this_rlPart2);
+ transmit_response(p, "100 Trying", req);
if (at) {
*at = '\0';
}