From adaacc281dd343d6a167229f0ce6e99314bf0aa1 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 --- 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.