AMI event filtering

What events can be safely filtered out using the asterisk 1.8 AMI event filtering and still retain all of the FOP functionality?

Thanks,
Ty

Comments

  • Hi,

    I wrote an entry in the blog showing the events you can filter out:

    http://www.fop2.com/blog/make-fop2-snap ... ventfilter
    eventfilter=!Event: RTCPSent
    eventfilter=!Event: RTCPReceived
    eventfilter=!Event: VarSet
    eventfilter=!Event: Cdr
    eventfilter=!Event: ExtensionStatus
    eventfilter=!Event: ChannelUpdate
    

    The list is not complete, but this events are safe to filter right now.
  • Is this the most current list of events that are safe to filter out?
  • They are safe for filtering for the FOP2 manager user. Do not set them for the admin user or any user that might be used by other applications. Also, check the fop2 documentation for the latest version of recommendations/setup at www.fop2.com/docs. I have seen in some systems that rtcp events should be filtered out via wildcard, like RTCP* , for example.

    Best regards,
Sign In or Register to comment.