]> 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:38 +0000 (14:45 +0000)
commit92c0bd4b50513e5a6c6add4c9f6c2b32f3f04c9d
tree9eb0c993936329a41bb908ec32247b4e889875b3
parenta26e79dfe2af73ebec5e1d52a045ec142711212a
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