]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_frame_trace: Add CLI command to dump frame queue.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 12 Jan 2024 16:33:00 +0000 (11:33 -0500)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 17 Jan 2024 14:11:28 +0000 (14:11 +0000)
commit67088b256d9584d3c3ebe66686ac16a7a5aebcdc
tree08411af1c6514735c6ab32dbd784d09427c713e1
parentc31cd32b8296c675f66be7a4d39e89b45c3aec2c
func_frame_trace: Add CLI command to dump frame queue.

This adds a simple CLI command that can be used for
analyzing all frames currently queued to a channel.

A couple log messages are also adjusted to be more
useful in tracing bridging problems.

Resolves: #533
funcs/func_frame_trace.c
main/channel.c