suppress100rel Configuration

To suppress the SIP 100rel option tag:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Type h323 and press Enter.
    ORACLE(session-router)# h323
    ORACLE(h323)#
  4. Type h323-stacks and press Enter.
    ORACLE(h323)# h323-stacks
    ORACLE(h323-stack)#

    If you are adding support for this feature to a pre-existing H.323 interface (stack), then you must select (using the ACLI select command) the configuration that you want to edit.

  5. options—Set the options parameter by typing options, a Space, the option name suppress100rel with a plus sign in front of it, and then press Enter.
    ORACLE(h323-stack)# options +suppress100rel

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