mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
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:
2
rtp.c
2
rtp.c
@@ -404,9 +404,9 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
|||||||
[26] = {1, AST_FORMAT_JPEG},
|
[26] = {1, AST_FORMAT_JPEG},
|
||||||
[31] = {1, AST_FORMAT_H261},
|
[31] = {1, AST_FORMAT_H261},
|
||||||
[34] = {1, AST_FORMAT_H263},
|
[34] = {1, AST_FORMAT_H263},
|
||||||
|
[97] = {1, AST_FORMAT_ILBC},
|
||||||
[101] = {0, AST_RTP_DTMF},
|
[101] = {0, AST_RTP_DTMF},
|
||||||
[110] = {1, AST_FORMAT_SPEEX},
|
[110] = {1, AST_FORMAT_SPEEX},
|
||||||
[120] = {1, AST_FORMAT_ILBC},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void ast_rtp_pt_clear(struct ast_rtp* rtp)
|
void ast_rtp_pt_clear(struct ast_rtp* rtp)
|
||||||
|
|||||||
Reference in New Issue
Block a user