From: Luigi Rizzo Date: Thu, 26 Jul 2007 04:47:54 +0000 (+0000) Subject: add an entry for h263plus in an empty slot of the rtp types. X-Git-Tag: 1.6.0-beta1~3^2~1917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1aadc8161913d72c72023685f1e831f615a6007;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/rtp.c b/main/rtp.c index 7774f43eaf..1bdb1b92cd 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 */