Use 97 for ILBC type

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-15 20:44:53 +00:00
parent df085816fc
commit 7ba7ec9c97

2
rtp.c
View File

@@ -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)