aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-15 20:44:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-15 20:44:53 +0000
commitb2f9fe53c3c09849e34b93cb2b78ea7ee811c8a8 (patch)
tree860685f04c1c48213b9d42145ed786f8ac7655e7 /rtp.c
parentc710ff2c1ab8c49ca631e222eec21046c4bf4714 (diff)
Use 97 for ILBC type
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@855 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtp.c b/rtp.c
index 78e325a8c..b5cecbb1c 100755
--- a/rtp.c
+++ b/rtp.c
@@ -404,9 +404,9 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
[26] = {1, AST_FORMAT_JPEG},
[31] = {1, AST_FORMAT_H261},
[34] = {1, AST_FORMAT_H263},
+ [97] = {1, AST_FORMAT_ILBC},
[101] = {0, AST_RTP_DTMF},
[110] = {1, AST_FORMAT_SPEEX},
- [120] = {1, AST_FORMAT_ILBC},
};
void ast_rtp_pt_clear(struct ast_rtp* rtp)