[asterisk-commits] mmichelson: branch 1.4 r219320 - /branches/1.4/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 17 17:20:55 CDT 2009


Author: mmichelson
Date: Thu Sep 17 17:20:50 2009
New Revision: 219320

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=219320
Log:
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.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=219320&r1=219319&r2=219320
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Thu Sep 17 17:20:50 2009
@@ -14659,6 +14659,7 @@
 			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';
 			}




More information about the asterisk-commits mailing list