aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-01 21:03:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-01 21:03:18 +0000
commit8e7ba6f04353ec16c98570a3e938e62b70d7b43b (patch)
treec1beac75bcb87b23790c415c7606d76f2a2a0d19
parentce47d41510edcdf1f7d36852350df02afc5f6014 (diff)
Tell the IAX2 parser about more control frame types.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@198729 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/iax2-parser.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index f23ae5033..f87aa791a 100644
--- 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];