]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Enhance event filtering for performance
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 31 Jul 2024 22:05:45 +0000 (16:05 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 23 Sep 2024 14:45:39 +0000 (14:45 +0000)
commitb8d16fd80061992a70a022ba42b1a21443ba0c81
tree07f88b28ef9726c4c89efd555daac17e65afd0e5
parentdd643bf8272728a5bd371eb945c89d3cbe3ca1bb
manager: Enhance event filtering for performance

UserNote: You can now perform more granular filtering on events
in manager.conf using expressions like
`eventfilter(name(Newchannel),header(Channel),method(starts_with)) = PJSIP/`
This is much more efficient than
`eventfilter = Event: Newchannel.*Channel: PJSIP/`
Full syntax guide is in configs/samples/manager.conf.sample.
configs/samples/manager.conf.sample
main/manager.c
main/manager_doc.xml