summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-18 05:31:25 +0000
committerMark Spencer <markster@digium.com>2003-08-18 05:31:25 +0000
commit36795a34a247f465418dd1be6c1eb7964a27ca29 (patch)
tree45825ce575f9d5185da34250678c7a2fd3b8a89e /rtp.c
parent341c78552db1583807aa1231914e0936bf5bc3ea (diff)
Don't complain on G.723 packets RTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp.c b/rtp.c
index 484e53fa0..0c0c1c33a 100755
--- a/rtp.c
+++ b/rtp.c
@@ -1069,6 +1069,7 @@ int ast_rtp_write(struct ast_rtp *rtp, struct ast_frame *_f)
// fall through to...
case AST_FORMAT_H261:
case AST_FORMAT_H263:
+ case AST_FORMAT_G723_1:
case AST_FORMAT_SPEEX:
// Don't buffer outgoing frames; send them one-per-packet:
if (_f->offset < hdrlen) {