[svn-commits] mjordan: trunk r394895 - /trunk/channels/iax2/parser.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 20 21:31:00 CDT 2013


Author: mjordan
Date: Sat Jul 20 21:30:58 2013
New Revision: 394895

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394895
Log:
Add additional control frame types to the IAX2 parser for debug messages

This patch adds some of the more recent control frame types to the IAX2
parser. When IAX2 debugging is enabled, it will now show more of the control
frame types.

(closes issue ASTERISK-22120)
Reported by: Birger "WIMPy" Harzenetter
patches:
  iaxcmds.diff uploaded by wimpy

Modified:
    trunk/channels/iax2/parser.c

Modified: trunk/channels/iax2/parser.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/iax2/parser.c?view=diff&rev=394895&r1=394894&r2=394895
==============================================================================
--- trunk/channels/iax2/parser.c (original)
+++ trunk/channels/iax2/parser.c Sat Jul 20 21:30:58 2013
@@ -604,6 +604,16 @@
 		"TXFER  ",
 		"CNLINE ",
 		"REDIR  ",
+		"T38PARM",
+		"CONTRCC",
+		"SRCCHG ",
+		"READACT",
+		"AOC    ",
+		"ENDOFQ ",
+		"INCOMPL",
+		"MCID   ",
+		"UPDRTPP",
+		"PCAUSEC",
 	};
 	struct ast_iax2_full_hdr *fh;
 	char retries[20];




More information about the svn-commits mailing list