summaryrefslogtreecommitdiff
path: root/channels/iax2
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-07-21 02:30:58 +0000
committerMatthew Jordan <mjordan@digium.com>2013-07-21 02:30:58 +0000
commite502d0095b6e1dcfe5b460561723636bd2e8f297 (patch)
treee6e3e498cf761a1d9175691bae73a1e15fe9cccc /channels/iax2
parent75e83bdbab2a4dd26d56dd10755bf964fb995b4b (diff)
Add additional control frame types to the IAX2 parser for debug messages
This patch adds some of the more recent control frame types to the IAX2 parser. When IAX2 debugging is enabled, it will now show more of the control frame types. (closes issue ASTERISK-22120) Reported by: Birger "WIMPy" Harzenetter patches: iaxcmds.diff uploaded by wimpy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2')
-rw-r--r--channels/iax2/parser.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/channels/iax2/parser.c b/channels/iax2/parser.c
index 878d70186..5d1a8ca61 100644
--- a/channels/iax2/parser.c
+++ b/channels/iax2/parser.c
@@ -604,6 +604,16 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
"TXFER ",
"CNLINE ",
"REDIR ",
+ "T38PARM",
+ "CONTRCC",
+ "SRCCHG ",
+ "READACT",
+ "AOC ",
+ "ENDOFQ ",
+ "INCOMPL",
+ "MCID ",
+ "UPDRTPP",
+ "PCAUSEC",
};
struct ast_iax2_full_hdr *fh;
char retries[20];