From 1e9de1828b99009bd65fda0fcbe312cfe9caacc9 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Tue, 24 Sep 2024 11:11:07 -0600 Subject: [PATCH] manager.conf.sample: Fix mathcing typo (cherry picked from commit f91f9d8ad5f323f01723814ad3b6e7708f34726e) --- configs/samples/manager.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/samples/manager.conf.sample b/configs/samples/manager.conf.sample index a8e3e7ed5f..e5f172ad66 100644 --- a/configs/samples/manager.conf.sample +++ b/configs/samples/manager.conf.sample @@ -263,7 +263,7 @@ Both Legacy and Advanced filter entries are processed as follows: ;eventfilter(action(include),name(Hangup)) = ;eventfilter(header(Channel),action(exclude),method(starts_with)) = Local/ ; No regexes at all. We do the hash match against the event names first and -; only mathcing events are passed to the next filter. +; only matching events are passed to the next filter. ; Then, in only those events, we look for a Channel header by exact match, then ; look for 'Local/' at the beginning of its value. -- 2.47.2