[asterisk-commits] file: branch 1.6.2 r219370 - in /branches/1.6.2: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 17 17:37:29 CDT 2009
Author: file
Date: Thu Sep 17 17:37:25 2009
New Revision: 219370
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=219370
Log:
Merged revisions 219324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219324 | mmichelson | 2009-09-17 17:22:01 -0500 (Thu, 17 Sep 2009) | 12 lines
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.
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/channels/chan_sip.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/channels/chan_sip.c?view=diff&rev=219370&r1=219369&r2=219370
==============================================================================
--- branches/1.6.2/channels/chan_sip.c (original)
+++ branches/1.6.2/channels/chan_sip.c Thu Sep 17 17:37:25 2009
@@ -19219,6 +19219,7 @@
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';
}
More information about the asterisk-commits
mailing list