[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase2 r307675 - /team/dvossel/fixtheworl...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 11 14:41:23 CST 2011
Author: dvossel
Date: Fri Feb 11 14:41:19 2011
New Revision: 307675
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=307675
Log:
Fixed RFC 2833 DTMF issue
Modified:
team/dvossel/fixtheworld_phase2/main/rtp_engine.c
Modified: team/dvossel/fixtheworld_phase2/main/rtp_engine.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/main/rtp_engine.c?view=diff&rev=307675&r1=307674&r2=307675
==============================================================================
--- team/dvossel/fixtheworld_phase2/main/rtp_engine.c (original)
+++ team/dvossel/fixtheworld_phase2/main/rtp_engine.c Fri Feb 11 14:41:19 2011
@@ -1855,7 +1855,7 @@
ast_rtp_mime_types[x].payload_type.asterisk_format = 1;
ast_format_copy(&ast_rtp_mime_types[x].payload_type.format, format);
} else {
- ast_rtp_mime_types[x].payload_type.rtp_code = 0;
+ ast_rtp_mime_types[x].payload_type.rtp_code = rtp_code;
}
ast_rtp_mime_types[x].type = type;
ast_rtp_mime_types[x].subtype = subtype;
More information about the asterisk-commits
mailing list