mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-01 10:41:44 +00:00
manager.conf.sample: Fix mathcing typo
(cherry picked from commit f91f9d8ad5)
This commit is contained in:
committed by
Asterisk Development Team
parent
3946f7a234
commit
1e9de1828b
@@ -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