manager.conf.sample: Fix mathcing typo

(cherry picked from commit adaacc281d)
This commit is contained in:
George Joseph
2024-11-14 20:02:03 +00:00
committed by Asterisk Development Team
parent 56d3070939
commit 82a229166a
+1 -1
View File
@@ -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.