summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
diff options
context:
space:
mode:
authorBrett Bryant <bbryant@digium.com>2008-07-03 22:36:02 +0000
committerBrett Bryant <bbryant@digium.com>2008-07-03 22:36:02 +0000
commit10fdf344edeaf33848573f1212d1a68235cbd6d9 (patch)
tree75d7190d7592442cb1096f4683879b8b26b93b13 /channels/iax2-parser.c
parent6b06e9a8eb0b43434572cc0bb060f8bd9d08e4b8 (diff)
Update these files with transfer code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2-parser.c')
-rw-r--r--channels/iax2-parser.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index bb6e3b2e1..296e31f96 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -447,7 +447,11 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"PROVISN",
"FWDWNLD",
"FWDATA ",
- "TXMEDIA"
+ "TXMEDIA",
+ "RTENC ",
+ "RTDEC ",
+ "RTPAUSE",
+ "RTRESP "
};
const char *cmds[] = {
"(0?)",