[svn-commits] bbryant: trunk r127934 - /trunk/channels/iax2-parser.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jul 3 17:47:48 CDT 2008
Author: bbryant
Date: Thu Jul 3 17:47:48 2008
New Revision: 127934
URL: http://svn.digium.com/view/asterisk?view=rev&rev=127934
Log:
Fix one more file that got changed.
Modified:
trunk/channels/iax2-parser.c
Modified: trunk/channels/iax2-parser.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/iax2-parser.c?view=diff&rev=127934&r1=127933&r2=127934
==============================================================================
--- trunk/channels/iax2-parser.c (original)
+++ trunk/channels/iax2-parser.c Thu Jul 3 17:47:48 2008
@@ -447,11 +447,7 @@
"PROVISN",
"FWDWNLD",
"FWDATA ",
- "TXMEDIA",
- "RTENC ",
- "RTDEC ",
- "RTPAUSE",
- "RTRESP "
+ "TXMEDIA"
};
const char *cmds[] = {
"(0?)",
More information about the svn-commits
mailing list