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
This commit is contained in:
Richard Mudgett
2013-09-04 23:32:15 +00:00
parent 5838f50b84
commit 7713917527

View File

@@ -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];