]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger: Add channel-based filtering.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 9 Aug 2023 22:12:55 +0000 (22:12 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:21:32 +0000 (18:21 +0000)
commitaa433436875a8db5e91823c67fc388e554fb961d
tree8dd1223fe12775a2776b280c3e5654cd0441af5f
parent152f5bdd2e925747b1137ed45f3027f663029352
logger: Add channel-based filtering.

This adds the ability to filter console
logging by channel or groups of channels.
This can be useful on busy systems where
an administrator would like to analyze certain
calls in detail. A dialplan function is also
included for the purpose of assigning a channel
to a group (e.g. by tenant, or some other metric).

ASTERISK-30483 #close

Resolves: #242

UserNote: The console log can now be filtered by
channels or groups of channels, using the
logger filter CLI commands.

(cherry picked from commit 318710cf6e5ec8bbe0f1c161a08b468c4197ed41)
main/logger.c