From a4db8b381a2888b073ee995ce426282b6c526095 Mon Sep 17 00:00:00 2001 From: Richard Mudgett <rmudgett@digium.com> Date: Wed, 4 Sep 2013 23:14:44 +0000 Subject: [PATCH] chan_iax2: Add missing control frame names to debug frame decode output. (Part 2) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@398305 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/iax2-parser.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index 20a731ebfe..5f54e083b3 100644 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -607,13 +607,15 @@ 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", + "MCID ", + "UPDRTPP", + "PCAUSEC", }; struct ast_iax2_full_hdr *fh; char retries[20]; -- GitLab