summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
diff options
context:
space:
mode:
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?)",