]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 12:35:18 +0000 (12:35 +0000)
commita0fc8d1b5fda261ebd124cb49de61a4192d1b6f2
treefa22f2711f4ac0ed3a71302e96b2544c5ba8a6e5
parentd2afb10eed220f8e7d353e0c093dcf971201904c
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.
main/logger.c