aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-13 19:58:59 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-13 19:58:59 +0000
commitc3567a1accbeb72677410a199d4d20b0c3e47803 (patch)
tree5bd808effa4fe7ecaea542eecdb8cd83457e4b35 /channels/iax2-parser.c
parent96295cd1c90d710c703c0a1d84e54fbc616fb5bf (diff)
Add TXMEDIA to list so that it is properly displayed during iax2 packet output.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@69184 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.c')
-rw-r--r--channels/iax2-parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index fe7410e1e..836054886 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -448,7 +448,8 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"TRANSFR",
"PROVISN",
"FWDWNLD",
- "FWDATA "
+ "FWDATA ",
+ "TXMEDIA"
};
const char *cmds[] = {
"(0?)",