aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-26 04:47:54 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-26 04:47:54 +0000
commit4474136038c0e94897f7494db852ee638db098c6 (patch)
tree370da8c335cc0bd372d326325079ec4bd87c6e28 /main/rtp.c
parente46c65efba9fbe96be150f6a05f7c3c06b637410 (diff)
add an entry for h263plus in an empty slot of the rtp types.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77233 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-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 */