mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
iax2 parser cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -427,14 +427,14 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
|||||||
"TXREJ ",
|
"TXREJ ",
|
||||||
"QUELCH ",
|
"QUELCH ",
|
||||||
"UNQULCH",
|
"UNQULCH",
|
||||||
"POKE",
|
"POKE ",
|
||||||
"PAGE",
|
"PAGE ",
|
||||||
"MWI",
|
"MWI ",
|
||||||
"UNSUPPORTED",
|
"UNSPRTD",
|
||||||
"TRANSFER",
|
"TRANSFR",
|
||||||
"PROVISION",
|
"PROVISN",
|
||||||
"FWDOWNLD",
|
"FWDWNLD",
|
||||||
"FWDATA"
|
"FWDATA "
|
||||||
};
|
};
|
||||||
const char *cmds[] = {
|
const char *cmds[] = {
|
||||||
"(0?)",
|
"(0?)",
|
||||||
@@ -443,7 +443,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
|||||||
"RINGING",
|
"RINGING",
|
||||||
"ANSWER ",
|
"ANSWER ",
|
||||||
"BUSY ",
|
"BUSY ",
|
||||||
"TKOFFHK ",
|
"TKOFFHK",
|
||||||
"OFFHOOK" };
|
"OFFHOOK" };
|
||||||
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