[Asterisk-cvs] asterisk channel.c,1.79,1.80

markster at lists.digium.com markster at lists.digium.com
Mon Mar 1 11:24:27 CST 2004


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

Modified Files:
	channel.c 
Log Message:
Handle video codecs properly


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- channel.c	27 Feb 2004 09:04:42 -0000	1.79
+++ channel.c	1 Mar 2004 16:14:41 -0000	1.80
@@ -2280,7 +2280,7 @@
 			*fo = f;
 			*rc = who;
 			res =  0;
-			ast_log(LOG_DEBUG, "Got a FRAME_CONTROL frame on channel %s\n",who->name);
+			ast_log(LOG_DEBUG, "Got a FRAME_CONTROL (%d) frame on channel %s\n", f->subclass, who->name);
 			break;
 		}
 		if ((f->frametype == AST_FRAME_VOICE) ||




More information about the svn-commits mailing list