]> 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:37 +0000 (16:18 +0000)
commit744bd4f9ac83322a7e779f572a35a33718848a54
tree44bd3b25c2aa9ca59453277625514189e42e247a
parentbeb968928874bee286f103cc7d5301348b2f761e
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