projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341c785
)
Don't complain on G.723 packets RTP
author
Mark Spencer
<markster@digium.com>
Mon, 18 Aug 2003 05:31:25 +0000
(
05:31
+0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 18 Aug 2003 05:31:25 +0000
(
05:31
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1360
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
rtp.c
patch
|
blob
|
history
diff --git
a/rtp.c
b/rtp.c
index
484e53f
..
0c0c1c3
100755
(executable)
--- 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) {