]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Tell the IAX2 parser about more control frame types.
authorRussell Bryant <russell@russellbryant.com>
Mon, 1 Jun 2009 21:03:18 +0000 (21:03 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 1 Jun 2009 21:03:18 +0000 (21:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198729 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/iax2-parser.c

index f23ae50334128fbf6a910dba0af0cab79d14d3a0..f87aa791a292d18ac7b793bce93de61d2b85006d 100644 (file)
@@ -573,7 +573,13 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
                "PROCDNG",
                "HOLD   ",
                "UNHOLD ",
-               "VIDUPDT", };
+               "VIDUPDT",
+               "T38    ",
+               "SRCUPDT",
+               "TXFER  ",
+               "CNLINE ",
+               "REDIR  ",
+       };
        struct ast_iax2_full_hdr *fh;
        char retries[20];
        char class2[20];