summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-07-26 04:47:54 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-07-26 04:47:54 +0000
commitf1aadc8161913d72c72023685f1e831f615a6007 (patch)
tree370da8c335cc0bd372d326325079ec4bd87c6e28 /main
parentf7213d2411b884f024672a81b53357e3505ffa8a (diff)
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
Diffstat (limited to 'main')
-rw-r--r--main/rtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 7774f43ea..1bdb1b92c 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -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 */