[Asterisk-cvs] asterisk/channels chan_iax2.c,1.324,1.325

russell russell
Thu Aug 4 13:29:16 CDT 2005


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

Modified Files:
	chan_iax2.c 
Log Message:
'outgress' should be 'egress'


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- chan_iax2.c	1 Aug 2005 14:46:14 -0000	1.324
+++ chan_iax2.c	4 Aug 2005 17:33:21 -0000	1.325
@@ -1947,7 +1947,7 @@
 	}
 	ast_cli(fd, "    IAX Statistics\n");
 	ast_cli(fd, "---------------------\n");
-	ast_cli(fd, "Outstanding frames: %d (%d ingress, %d outgress)\n", iax_get_frames(), iax_get_iframes(), iax_get_oframes());
+	ast_cli(fd, "Outstanding frames: %d (%d ingress, %d egress)\n", iax_get_frames(), iax_get_iframes(), iax_get_oframes());
 	ast_cli(fd, "Packets in transmit queue: %d dead, %d final, %d total\n", dead, final, cnt);
 	return RESULT_SUCCESS;
 }




More information about the svn-commits mailing list