]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add an entry for h263plus in an empty slot of the rtp types.
authorLuigi Rizzo <rizzo@icir.org>
Thu, 26 Jul 2007 04:47:54 +0000 (04:47 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Thu, 26 Jul 2007 04:47:54 +0000 (04:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77233 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/rtp.c

index 7774f43eaf11f3aa27ffdbf8c2a6a8d8c57804b0..1bdb1b92cdb74ebc1be63ccdc81cc0e57a078d39 100644 (file)
@@ -1672,6 +1672,7 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
        [31] = {1, AST_FORMAT_H261},
        [34] = {1, AST_FORMAT_H263},
        [97] = {1, AST_FORMAT_ILBC},
+       [98] = {1, AST_FORMAT_H263_PLUS},
        [99] = {1, AST_FORMAT_H264},
        [101] = {0, AST_RTP_DTMF},
        [102] = {1, AST_FORMAT_T140},   /* Real time text chat */