Enabling Anonymization of Information Sent to OCOM

When you want to hide certain sensitive information in a SIP INVITE message that the Oracle Communications Operations Monitor (OCOM) can display, you can configure the Oracle Communications Unified Session Manager (OCUSM) to anonymize the SUBJECT header in the message and in the CPIM body, as well as the MIME content of the CPIM body with the anonymize-invite option.

You can enable the same functionality for the SIP MESSAGE method using the anonymize-message option. You can enable both options on the same comm-monitor, if desired using the options' plus-sign (+) syntax.

The default setting for these anonymize options is disabled. Use the options parameter in the comm-monitor configuration to enable them.

  1. Access the comm-monitor configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)# system-config
    ORACLE(system-config)# comm-monitor
    ORACLE(comm-monitor)#
  2. Select the comm-monitor instance that you want to enable for anonymization.
  3. Set the anonymize-invite option, referring to the syntax below, and press ENTER.
    ORACLE(comm-monitor)#options + anonymize-invite

    To perform the same functionality on the SIP MESSAGE method, use the same syntax as above replacing the option with anonymize-message, and press ENTER.

  4. Save and exit the configuration.