SDP Compliance Enforcement Configuration

To enforce SDP compliance for SIP sessions:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-config and press Enter.
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)#

    If you are adding support for this feature to a preexisting configuration, you must select (using the ACLI select command) the single instance sip-config element.

  4. options—Set the options parameter by typing options, a Space, and then the option name sip-strict-compliance. Then press Enter.
    ORACLE(sip-config)# options +sip-strict-compliance

    If you type the option without the plus sign, you will overwrite any previously configured options. In order to append the new options to this configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.