[Asterisk-cvs] asterisk/channels chan_zap.c,1.209,1.210

citats at lists.digium.com citats at lists.digium.com
Thu Apr 22 01:20:05 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/home/citats/cvs/asterisk/channels

Modified Files:
	chan_zap.c 
Log Message:
Fix some comments in chan_zap


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- chan_zap.c	19 Apr 2004 22:55:35 -0000	1.209
+++ chan_zap.c	22 Apr 2004 05:24:50 -0000	1.210
@@ -3523,7 +3523,7 @@
 	}
 
 	if (p->subs[index].needbusy) {
-		/* Send ringing frame if requested */
+		/* Send busy frame if requested */
 		p->subs[index].needbusy = 0;
 		p->subs[index].f.frametype = AST_FRAME_CONTROL;
 		p->subs[index].f.subclass = AST_CONTROL_BUSY;
@@ -3532,7 +3532,7 @@
 	}
 
 	if (p->subs[index].needcongestion) {
-		/* Send ringing frame if requested */
+		/* Send congestion frame if requested */
 		p->subs[index].needcongestion = 0;
 		p->subs[index].f.frametype = AST_FRAME_CONTROL;
 		p->subs[index].f.subclass = AST_CONTROL_CONGESTION;
@@ -3546,7 +3546,7 @@
 	}
 	
 	if (p->subs[index].needanswer) {
-		/* Send ringing frame if requested */
+		/* Send answer frame if requested */
 		p->subs[index].needanswer = 0;
 		p->subs[index].f.frametype = AST_FRAME_CONTROL;
 		p->subs[index].f.subclass = AST_CONTROL_ANSWER;




More information about the svn-commits mailing list