From: Richard Mudgett Date: Wed, 4 Sep 2013 23:32:15 +0000 (+0000) Subject: chan_iax2: Add missing control frame names to debug frame decode output. (Part 2) X-Git-Tag: 1.8.24.0-rc1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77139175279bf3e939808e44d688b0cfdedccfb4;p=thirdparty%2Fasterisk.git chan_iax2: Add missing control frame names to debug frame decode output. (Part 2) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@398339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index cdc5acd0fb..7eadb115c8 100644 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -607,13 +607,13 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s "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];