--- rtp.c.orig 2009-03-05 13:36:31.000000000 -0500 +++ rtp.c 2009-05-21 12:51:19.000000000 -0400 @@ -1584,8 +1584,6 @@ } else if (rtpPT.code == AST_RTP_CN) { /* Comfort Noise */ f = process_rfc3389(rtp, rtp->rawdata + AST_FRIENDLY_OFFSET + hdrlen, res - hdrlen); - } else { - ast_log(LOG_NOTICE, "Unknown RTP codec %d received from '%s'\n", payloadtype, ast_inet_ntoa(rtp->them.sin_addr)); } return f ? f : &ast_null_frame; }