Hi
What am I doing wrong with manager.conf ?
I’m trying to avoid receiving events CEL, AGIExecStart, AGIExecEnd
My manager.conf looks like that :
[myuser]
secret = mysecret
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.0.0
read = system,call,log,verbose,command,agent,user,config,dtmf,reporting,dialplan,originate,agi,cc,aoc,all
write = system,call,log,verbose,command,agent,user,config,dtmf,reporting,dialplan,originate,agi,cc,aoc,all
eventfilter(action(exclude),name(CEL)) =
eventfilter(action(exclude),name(AGIExecStart)) =
eventfilter(action(exclude),name(AGIExecEnd)) =
eventfilter(action(exclude),name(RTCPSent)) =
eventfilter(action(exclude),name(RTCPReceived)) =
writetimeout=2000
But I still get those events
Thank you