]> 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:32:13 +0000 (18:32 +0000)
commitcd39daaed1a41e1c6ec9b7fc8f772c2088cd831b
tree7bd1f687e76e12267b17b0637ea3be596a519576
parent27f3df713950311b368e5f5a8956bdcf1aa28f67
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 19507ae160f796363a7332276c5d5628e2e84b0e)
channels/iax2/parser.c