[Asterisk-cvs] asterisk channel.c,1.73.2.5,1.73.2.6
markster at lists.digium.com
markster at lists.digium.com
Mon Mar 1 11:25:07 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11261
Modified Files:
Tag: v1-0_stable
channel.c
Log Message:
Handle video formats properly when allow=all (bug #1047)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.73.2.5
retrieving revision 1.73.2.6
diff -u -d -r1.73.2.5 -r1.73.2.6
--- channel.c 27 Feb 2004 09:04:57 -0000 1.73.2.5
+++ channel.c 1 Mar 2004 16:15:22 -0000 1.73.2.6
@@ -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