dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 219320 via svnmerge from

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: http://svn.digium.com/svn/asterisk/trunk@219324 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2009-09-17 22:22:01 +00:00
parent f22a0ecb78
commit c0792a9c30
1 changed files with 1 additions and 0 deletions

View File

@ -20208,6 +20208,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
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';
}