[Asterisk-cvs] asterisk rtp.c,1.27,1.28
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 5 23:58:39 CDT 2003
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14328
Modified Files:
rtp.c
Log Message:
Detect 100 as valid DTMF too
Index: rtp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/rtp.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- rtp.c 8 Sep 2003 16:48:06 -0000 1.27
+++ rtp.c 6 Oct 2003 04:59:49 -0000 1.28
@@ -546,6 +546,7 @@
[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
More information about the svn-commits
mailing list