]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 17 Jan 2024 14:11:30 +0000 (14:11 +0000)
commit5cf75f9b2cafc8e9f4b8a9be900c43c0ef0e31da
tree386fc8a00d179480f2e6910a3ed87c98b83230c7
parent09052bfa511d8feff2fc5e488afcb0e105ce2ea1
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