Tell the IAX2 parser about more control frame types.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198729 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Russell Bryant 16 years ago
parent 298d745fb4
commit a13d62aa49

@ -573,7 +573,13 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"PROCDNG",
"HOLD ",
"UNHOLD ",
"VIDUPDT", };
"VIDUPDT",
"T38 ",
"SRCUPDT",
"TXFER ",
"CNLINE ",
"REDIR ",
};
struct ast_iax2_full_hdr *fh;
char retries[20];
char class2[20];

Loading…
Cancel
Save