[svn-commits] file: branch file/rtp_engine r129499 - /team/file/rtp_engine/res/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 9 17:37:20 CDT 2008
Author: file
Date: Wed Jul 9 17:37:20 2008
New Revision: 129499
URL: http://svn.digium.com/view/asterisk?view=rev&rev=129499
Log:
You saw nothing.
Modified:
team/file/rtp_engine/res/res_rtp_asterisk.c
Modified: team/file/rtp_engine/res/res_rtp_asterisk.c
URL: http://svn.digium.com/view/asterisk/team/file/rtp_engine/res/res_rtp_asterisk.c?view=diff&rev=129499&r1=129498&r2=129499
==============================================================================
--- team/file/rtp_engine/res/res_rtp_asterisk.c (original)
+++ team/file/rtp_engine/res/res_rtp_asterisk.c Wed Jul 9 17:37:20 2008
@@ -1182,8 +1182,6 @@
if (!payload.isAstFormat) {
struct ast_frame *f = NULL;
- ast_log(LOG_NOTICE, "uh hi\n");
-
if (payload.code == AST_RTP_DTMF) {
f = process_dtmf_rfc2833(instance, rtp->rawdata + AST_FRIENDLY_OFFSET + hdrlen, res - hdrlen, seqno, timestamp, &sin, payloadtype, mark);
} else if (payload.code == AST_RTP_CISCO_DTMF) {
More information about the svn-commits
mailing list