[svn-commits] russell: trunk r198729 - /trunk/channels/iax2-parser.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jun 1 16:03:21 CDT 2009
Author: russell
Date: Mon Jun 1 16:03:18 2009
New Revision: 198729
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198729
Log:
Tell the IAX2 parser about more control frame types.
Modified:
trunk/channels/iax2-parser.c
Modified: trunk/channels/iax2-parser.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/iax2-parser.c?view=diff&rev=198729&r1=198728&r2=198729
==============================================================================
--- trunk/channels/iax2-parser.c (original)
+++ trunk/channels/iax2-parser.c Mon Jun 1 16:03:18 2009
@@ -573,7 +573,13 @@
"PROCDNG",
"HOLD ",
"UNHOLD ",
- "VIDUPDT", };
+ "VIDUPDT",
+ "T38 ",
+ "SRCUPDT",
+ "TXFER ",
+ "CNLINE ",
+ "REDIR ",
+ };
struct ast_iax2_full_hdr *fh;
char retries[20];
char class2[20];
More information about the svn-commits
mailing list