mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
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
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user