]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:34 +0000 (20:01 +0000)
commitc2f0f17580a9778bf7e5125300503287100542ec
treeb2207c83dce890501c65e42b505e7746edc33a05
parentec728d96b3372927989a5daaf6242f993793ead6
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.

(cherry picked from commit 92c0bd4b50513e5a6c6add4c9f6c2b32f3f04c9d)
configs/samples/manager.conf.sample
main/manager.c
main/manager_doc.xml