]> 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:34 +0000 (14:45 +0000)
commita9f16f23ae08de00adf18241d9281fe609bdd228
treea7c6760db4e98c42fadf1ef2b7087aa66f92aa5a
parent539009cbedb0820439119713c5a534b777bcc991
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