diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index 80e29f3b0..f833637d8 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -1530,7 +1530,6 @@ static struct ast_frame *process_cn_rfc3389(struct ast_rtp_instance *instance, u } rtp->f.frametype = AST_FRAME_CNG; rtp->f.subclass.integer = data[0] & 0x7f; - rtp->f.datalen = len - 1; rtp->f.samples = 0; rtp->f.delivery.tv_usec = rtp->f.delivery.tv_sec = 0;