[Asterisk-cvs] asterisk/channels chan_sip.c,1.329,1.330

markster at lists.digium.com markster at lists.digium.com
Sun Apr 4 18:54:42 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
603 is a busy too


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -d -r1.329 -r1.330
--- chan_sip.c	4 Apr 2004 21:54:38 -0000	1.329
+++ chan_sip.c	4 Apr 2004 22:54:35 -0000	1.330
@@ -5162,6 +5162,7 @@
 					break;
 				case 486: /* Busy here */
 				case 600: /* Busy everywhere */
+				case 603: /* Decline */
 					if (p->owner)
 						ast_queue_control(p->owner, AST_CONTROL_BUSY, 0);
 					break;




More information about the svn-commits mailing list