From: George Joseph Date: Tue, 24 Sep 2024 17:11:07 +0000 (-0600) Subject: manager.conf.sample: Fix mathcing typo X-Git-Tag: 21.6.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16dabda02164a7ec8e187d40282265e13c0e0af0;p=thirdparty%2Fasterisk.git manager.conf.sample: Fix mathcing typo (cherry picked from commit ce35f5684b3de72f51e5e1c9c9a6ed501b6a370e) --- 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.