mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +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:
@@ -430,10 +430,10 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
|
|||||||
"POKE ",
|
"POKE ",
|
||||||
"PAGE ",
|
"PAGE ",
|
||||||
"MWI ",
|
"MWI ",
|
||||||
"UNSUPPORTED",
|
"UNSPRTD",
|
||||||
"TRANSFER",
|
"TRANSFR",
|
||||||
"PROVISION",
|
"PROVISN",
|
||||||
"FWDOWNLD",
|
"FWDWNLD",
|
||||||
"FWDATA "
|
"FWDATA "
|
||||||
};
|
};
|
||||||
const char *cmds[] = {
|
const char *cmds[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user