[Asterisk-cvs] asterisk/channels chan_sip.c,1.489,1.490

markster at lists.digium.com markster at lists.digium.com
Fri Sep 3 20:25:56 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22457/channels

Modified Files:
	chan_sip.c 
Log Message:
Treat 400 response as "CONGESTION" (bug #2369)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -d -r1.489 -r1.490
--- chan_sip.c	2 Sep 2004 13:48:11 -0000	1.489
+++ chan_sip.c	4 Sep 2004 00:29:00 -0000	1.490
@@ -6753,6 +6753,7 @@
 				case 480: /* Temporarily Unavailable */
 				case 404: /* Not Found */
 				case 410: /* Gone */
+				case 400: /* Bad Request */
 				case 500: /* Server error */
 					if (owner)
 						ast_queue_control(p->owner, AST_CONTROL_CONGESTION);




More information about the svn-commits mailing list