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