[Asterisk-cvs] asterisk/channels chan_sip.c,1.304,1.305

markster at lists.digium.com markster at lists.digium.com
Fri Mar 5 13:18:12 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Expand our definition of 3XX responses


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- chan_sip.c	4 Mar 2004 01:11:25 -0000	1.304
+++ chan_sip.c	5 Mar 2004 18:09:35 -0000	1.305
@@ -5070,7 +5070,10 @@
 				}
 				/* XXX Locking issues?? XXX */
 				switch(resp) {
+				case 300: /* Multiple Choices */
+				case 301: /* Moved permenantly */
 				case 302: /* Moved temporarily */
+				case 305: /* Use Proxy */
 					parse_moved_contact(p, req);
 					if (p->owner)
 						ast_queue_control(p->owner, AST_CONTROL_BUSY, 0);




More information about the svn-commits mailing list