projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298d745
)
Tell the IAX2 parser about more control frame types.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 1 Jun 2009 21:03:18 +0000
(21:03 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 1 Jun 2009 21:03:18 +0000
(21:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198729
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/iax2-parser.c
patch
|
blob
|
history
diff --git
a/channels/iax2-parser.c
b/channels/iax2-parser.c
index
f23ae50
..
f87aa79
100644
(file)
--- a/
channels/iax2-parser.c
+++ b/
channels/iax2-parser.c
@@
-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];