]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_iax2.c: Ensure all IEs are displayed when dumping frame contents.
authorSean Bright <sean@seanbright.com>
Mon, 6 Nov 2023 16:45:33 +0000 (11:45 -0500)
committerSean Bright <sean@seanbright.com>
Tue, 7 Nov 2023 16:18:34 +0000 (16:18 +0000)
commit0e126b384137f6db1aca04452c6f1bc05694d548
tree776dbf2d17d0063acff1912945cdc04023e1db3f
parent4b9a4483fc7b2d5518504435562e8acc63e085b9
chan_iax2.c: Ensure all IEs are displayed when dumping frame contents.

When IAX2 debugging was enabled (`iax2 set debug on`), if the last IE
in a frame was one that may not have any data - such as the CALLTOKEN
IE in an NEW request - it was not getting displayed.
channels/iax2/parser.c