mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
manager.conf.sample: Fix mathcing typo
(cherry picked from commit ce35f5684b
)
This commit is contained in:
committed by
Asterisk Development Team
parent
c2f0f17580
commit
16dabda021
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user