IWF Codec Renogotiation Configuration

You can apply the processRequestModeForIWF=all to H.323 interfaces (stacks) and to H.323 session agents (sessions agents for which H.323 has been identified in the protocol parameter). The example below shows you how to enable this option for an H.323 session agent.

To enable IWF codec renegotiation for an H.323 session agent:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type session-agent and press Enter. If you are adding this feature to a pre-existing configuration, you will need to select and edit it.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  4. options—Set the options parameter by typing options, a Space, the option name processRequestModeForIWF=all with a plus sign in front of it, and then press Enter.
    ORACLE(session-agent)# options +processRequestModeForIWF=all

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

  5. Save your work.