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:
df08581
)
Use 97 for ILBC type
author
Mark Spencer
<markster@digium.com>
Tue, 15 Apr 2003 20:44:53 +0000
(20:44 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 15 Apr 2003 20:44:53 +0000
(20:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@855
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
rtp.c
patch
|
blob
|
history
diff --git
a/rtp.c
b/rtp.c
index
78e325a
..
b5cecbb
100755
(executable)
--- a/
rtp.c
+++ b/
rtp.c
@@
-404,9
+404,9
@@
static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
[26] = {1, AST_FORMAT_JPEG},
[31] = {1, AST_FORMAT_H261},
[34] = {1, AST_FORMAT_H263},
+ [97] = {1, AST_FORMAT_ILBC},
[101] = {0, AST_RTP_DTMF},
[110] = {1, AST_FORMAT_SPEEX},
- [120] = {1, AST_FORMAT_ILBC},
};
void ast_rtp_pt_clear(struct ast_rtp* rtp)