Exclude manager events reading

hi
i wanted to exclude the ami events of RtcpReceived and RtcpSent.
my configured manager.conf is this - -

[username]
secret = password
read = all
write = all

i can see i can have the following read options —
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan

which option should i remove?

also is there any mapping between the options to the actual events generated?

1 Like

It is already on the documenation

;eventfilter=Event: Newchannel
;eventfilter=Channel: (PJ)?SIP/(james|jim|john)-
;eventfilter=!Channel: DAHDI/
; The eventfilter option is used to whitelist or blacklist events per user.
; A filter consists of an (unanchored) regular expression that is run on the
; entire event data. If the first character of the filter is an exclamation
; mark (!), the filter is appended to the blacklist instead of the whitelist.
; After first checking the read access below, the regular expression filters
; are processed as follows:
; - If no filters are configured all events are reported as normal.
; - If there are white filters only: implied black all filter processed first,
; then white filters.
; - If there are black filters only: implied white all filter processed first,
; then black filters.
; - If there are both white and black filters: implied black all filter processed
; first, then white filters, and lastly black filters.

oopsie. sorry to waste your time. thanks.
this lets me filter events. but is there a mapping of options with events?