Interesting Events Configuration

To configure interesting events:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
  2. Type session-router and press Enter to access the session router-related objects.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type session-router again and press Enter to access the session router configuration-related attributes.
    ACMEPACKET(session-router)# session-router
    ACMEPACKET(session-router-config)#

    short-session-duration—Enter the maximum session duration, in seconds, to be considered a short session. Default is 0 (disabled). Valid values are 0 to 999999999.

    ACMEPACKET(session-router-config)# short-session-duration 30
  4. Enter done to save the filters.
    ACMEPACKET(session-router-config)# done
    ACMEPACKET(session-router-config)#
  5. Enter exit to exit the interesting-events configuration.
    ACMEPACKET(session-router-config)# exit
    ACMEPACKET(session-router)#
  6. Type sip-monitoring and press Enter to access the SIP monitoring-related attributes.
    ACMEPACKET(session-router-config)# sip-monitoring
    ACMEPACKET(sip-monitoring)#
  7. Type select and press Enter.
    ACMEPACKET(sip-monitoring)# select
    ACMEPACKET(sip-monitoring)#
  8. Type interesting-events and press Enter to access the interesting events-related attributes.
    ACMEPACKET(sip-monitoring)# interesting-events
    ACMEPACKET(interesting-events)#

    type—Enter the type of interesting event you for which you want to filter. Default is blank and disables this filter. Valid values are:

    • short-session

    • local-rejection

      ACMEPACKET(interesting-events)# type short-session

      trigger-threshold — (optional) Enter the number of interesting events that must occur within the time set by the trigger window value. If the number of events reaches the trigger-threshold during the trigger-window time, monitoring is started.Default is 0 (disabled). Valid values are 0 to 999999999.

      ACMEPACKET(interesting-events)# trigger-threshold 50

      trigger-timeout —Sets the amount of time, in seconds, that the trigger is active once monitoring has started. If no interesting events occur in the time frame set for this value, monitoring never starts. Default is 0 (trigger always on). Valid values are 0 to 999999999.

      ACMEPACKET(interesting-events)# trigger-timeout 30
  9. Enter done to save the filters.
    ACMEPACKET(interesting-events)# done
  10. Enter exit to exit the interesting-events configuration.
    ACMEPACKET(interesting-events)# exit
  11. Enter exit to exit the sip-monitoring configuration.
    ACMEPACKET(sip-monitoring)# exit
  12. Enter done to save the configuration.
    ACMEPACKET(session-router)# done
  13. Enter exit to exit the session-router configuration.
    ACMEPACKET(session-router)# exit
  14. Enter exit to exit the configure mode.
    ACMEPACKET(configure)# exit
  15. Enter save-config to save the filters.
    ACMEPACKET# save-config
  16. Enter activate-config to activate the filters in the current configuration.
    ACMEPACKET# activate-config