Skip to content
Snippets Groups Projects
Commit a4db8b38 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

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
parent 5f7e74ba
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment