[asterisk-commits] rmudgett: branch 11 r398305 - /branches/11/channels/iax2-parser.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 4 18:14:45 CDT 2013
Author: rmudgett
Date: Wed Sep 4 18:14:44 2013
New Revision: 398305
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398305
Log:
chan_iax2: Add missing control frame names to debug frame decode output. (Part 2)
Modified:
branches/11/channels/iax2-parser.c
Modified: branches/11/channels/iax2-parser.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/iax2-parser.c?view=diff&rev=398305&r1=398304&r2=398305
==============================================================================
--- branches/11/channels/iax2-parser.c (original)
+++ branches/11/channels/iax2-parser.c Wed Sep 4 18:14:44 2013
@@ -607,13 +607,15 @@
"CNLINE ",
"REDIR ",
"T38PARM",
- "CC ",
+ "CC ERR!",/* This must never go across an IAX link. */
"SRCCHG ",
- "RDACT ",
+ "READACT",
"AOC ",
- "ENDQ ",
+ "ENDOFQ ",
"INCOMPL",
- "UPDTRTP",
+ "MCID ",
+ "UPDRTPP",
+ "PCAUSEC",
};
struct ast_iax2_full_hdr *fh;
char retries[20];
More information about the asterisk-commits
mailing list