]> 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:00 +0000 (20:01 +0000)
commit3946f7a23412bf576533a059c1cc629fdf7f5f12
tree2dbfe2763dedb042724a3e2d0879cf5786dbbc7a
parent540973b6c43ccc685598f7be9e0970bb9457ab2e
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 f1f8ce1be7b9c3acfa2e8afe558767a2c2105bfd)
configs/samples/manager.conf.sample
main/manager.c
main/manager_doc.xml