]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
chan_iax2: Add missing control frame names to debug frame decode output. (Part 2)
authorRichard Mudgett <rmudgett@digium.com>
Wed, 4 Sep 2013 23:14:44 +0000 (23:14 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 4 Sep 2013 23:14:44 +0000 (23:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@398305 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/iax2-parser.c

index 20a731ebfe638ef082451d38e40db19e4c05baf7..5f54e083b3dc840f504aca3fab457cf0a931073b 100644 (file)
@@ -607,13 +607,15 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s
                "CNLINE ",
                "REDIR  ",
                "T38PARM",
-               "CC     ",
+               "CC ERR!",/* This must never go across an IAX link. */
                "SRCCHG ",
-               "RDACT  ",
+               "READACT",
                "AOC    ",
-               "ENDQ   ",
+               "ENDOFQ ",
                "INCOMPL",
-               "UPDTRTP",
+               "MCID   ",
+               "UPDRTPP",
+               "PCAUSEC",
        };
        struct ast_iax2_full_hdr *fh;
        char retries[20];