summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-06 04:59:49 +0000
committerMark Spencer <markster@digium.com>2003-10-06 04:59:49 +0000
commit9efec3dff4ac34b546c1d980c33467f6860fb59e (patch)
tree028b00b8733096d8d68f2796484cf215abae6ef4 /rtp.c
parent285d3a44972222cea25e17336c48f8b732b1f436 (diff)
Detect 100 as valid DTMF too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp.c b/rtp.c
index bd29e044b..d816f8de5 100755
--- a/rtp.c
+++ b/rtp.c
@@ -546,6 +546,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},
+ [100] = {0, AST_RTP_DTMF},
[101] = {0, AST_RTP_DTMF},
[110] = {1, AST_FORMAT_SPEEX},
[121] = {0, AST_RTP_CISCO_DTMF}, // Must be type 121