From d127d4b7e3d5279199781d20772742a24334f2fe Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Wed, 13 Jun 2007 20:00:56 +0000
Subject: [PATCH] Merged revisions 69184 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r69184 | file | 2007-06-13 15:58:59 -0400 (Wed, 13 Jun 2007) | 2 lines

Add TXMEDIA to list so that it is properly displayed during iax2 packet output.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/iax2-parser.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 423976ce95..7947c7fc3b 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -451,7 +451,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?)",
-- 
GitLab