mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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:
@@ -607,13 +607,13 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
|||||||
"CNLINE ",
|
"CNLINE ",
|
||||||
"REDIR ",
|
"REDIR ",
|
||||||
"T38PARM",
|
"T38PARM",
|
||||||
"CC ",
|
"CC ERR!",/* This must never go across an IAX link. */
|
||||||
"SRCCHG ",
|
"SRCCHG ",
|
||||||
"RDACT ",
|
"READACT",
|
||||||
"AOC ",
|
"AOC ",
|
||||||
"ENDQ ",
|
"ENDOFQ ",
|
||||||
"INCOMPL",
|
"INCOMPL",
|
||||||
"UPDTRTP",
|
"UPDRTPP",
|
||||||
};
|
};
|
||||||
struct ast_iax2_full_hdr *fh;
|
struct ast_iax2_full_hdr *fh;
|
||||||
char retries[20];
|
char retries[20];
|
||||||
|
|||||||
Reference in New Issue
Block a user