]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:19 +0000 (18:29 +0000)
commitf96d7ef7b50e1b0b3b51a0d1321b16a59acae91b
tree812321e6c1cbb1a388446f873f990f8a7d0721ba
parente75aebc9bc0cc533aab74d2f743fe0e97a672fc8
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.

(cherry picked from commit 0e126b384137f6db1aca04452c6f1bc05694d548)
channels/iax2/parser.c