manager.conf.sample: Fix mathcing typo

(cherry picked from commit ce35f5684b)
This commit is contained in:
George Joseph
2024-09-24 11:11:07 -06:00
committed by Asterisk Development Team
parent c2f0f17580
commit 16dabda021

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.