mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
add an entry for h263plus in an empty slot of the rtp types.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1672,6 +1672,7 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
|||||||
[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},
|
[97] = {1, AST_FORMAT_ILBC},
|
||||||
|
[98] = {1, AST_FORMAT_H263_PLUS},
|
||||||
[99] = {1, AST_FORMAT_H264},
|
[99] = {1, AST_FORMAT_H264},
|
||||||
[101] = {0, AST_RTP_DTMF},
|
[101] = {0, AST_RTP_DTMF},
|
||||||
[102] = {1, AST_FORMAT_T140}, /* Real time text chat */
|
[102] = {1, AST_FORMAT_T140}, /* Real time text chat */
|
||||||
|
Reference in New Issue
Block a user