]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 9 Nov 2023 12:35:25 +0000 (12:35 +0000)
commit89709e25832c4d6036d417ae5c7e2473ff4df741
treea514572f2011419e783d3bd97fd63a82ac6fce2f
parentfb74ef1c7a24b673d74ed0e223e8f20a20e78cf4
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