iax2 parser cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-09-21 12:47:03 +00:00
parent 6f96370770
commit 8087701923

View File

@@ -427,14 +427,14 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"TXREJ ",
"QUELCH ",
"UNQULCH",
"POKE",
"PAGE",
"MWI",
"UNSUPPORTED",
"TRANSFER",
"PROVISION",
"FWDOWNLD",
"FWDATA"
"POKE ",
"PAGE ",
"MWI ",
"UNSPRTD",
"TRANSFR",
"PROVISN",
"FWDWNLD",
"FWDATA "
};
const char *cmds[] = {
"(0?)",
@@ -443,7 +443,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"RINGING",
"ANSWER ",
"BUSY ",
"TKOFFHK ",
"TKOFFHK",
"OFFHOOK" };
struct ast_iax2_full_hdr *fh;
char retries[20];