[svn-commits] file: trunk r69185 - in /trunk: ./
channels/iax2-parser.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 13 13:00:56 MST 2007
Author: file
Date: Wed Jun 13 15:00:56 2007
New Revision: 69185
URL: http://svn.digium.com/view/asterisk?view=rev&rev=69185
Log:
Merged revisions 69184 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69184 | file | 2007-06-13 15:58:59 -0400 (Wed, 13 Jun 2007) | 2 lines
Add TXMEDIA to list so that it is properly displayed during iax2 packet output.
........
Modified:
trunk/ (props changed)
trunk/channels/iax2-parser.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/iax2-parser.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/iax2-parser.c?view=diff&rev=69185&r1=69184&r2=69185
==============================================================================
--- trunk/channels/iax2-parser.c (original)
+++ trunk/channels/iax2-parser.c Wed Jun 13 15:00:56 2007
@@ -451,7 +451,8 @@
"TRANSFR",
"PROVISN",
"FWDWNLD",
- "FWDATA "
+ "FWDATA ",
+ "TXMEDIA"
};
const char *cmds[] = {
"(0?)",
More information about the svn-commits
mailing list