[Asterisk-cvs] asterisk/channels chan_sip.c,1.911,1.912
kpfleming
kpfleming
Wed Nov 16 12:36:15 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv6390/channels
Modified Files:
chan_sip.c
Log Message:
issue #5764
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.911
retrieving revision 1.912
diff -u -d -r1.911 -r1.912
--- chan_sip.c 15 Nov 2005 22:50:43 -0000 1.911
+++ chan_sip.c 16 Nov 2005 17:26:11 -0000 1.912
@@ -3461,7 +3461,7 @@
return -1;
}
if (debug)
- ast_verbose("Found video format %s\n", ast_getformatname(codec));
+ ast_verbose("Found video format %s\n", codec);
ast_rtp_set_m_type(p->vrtp, codec);
codecs = ast_skip_blanks(codecs + len);
}
More information about the svn-commits
mailing list