Archived
14
0
Fork 0

Use 97 for ILBC type

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@855 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-04-15 20:44:53 +00:00
parent c710ff2c1a
commit b2f9fe53c3

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)