]> 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:21:32 +0000 (18:21 +0000)
commit311ae8086043754420973ee29d4c39a0a229c06d
treeb4576e350819928ad5b383e0bc9025264c69d8c5
parent161ec4eab631ad4bbeba79c530aea6bfe69d6fe4
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 744bd4f9ac83322a7e779f572a35a33718848a54)
channels/iax2/parser.c