mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-21 17:12:24 +00:00
AST-2009-010
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.2.37@231519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
rtp.c
1
rtp.c
@@ -348,7 +348,6 @@ static struct ast_frame *process_rfc3389(struct ast_rtp *rtp, unsigned char *dat
|
||||
}
|
||||
rtp->f.frametype = AST_FRAME_CNG;
|
||||
rtp->f.subclass = data[0] & 0x7f;
|
||||
rtp->f.datalen = len - 1;
|
||||
rtp->f.samples = 0;
|
||||
rtp->f.delivery.tv_usec = rtp->f.delivery.tv_sec = 0;
|
||||
f = &rtp->f;
|
||||
|
||||
Reference in New Issue
Block a user