Media Sample Size Configuration

This section shows you how to configure media sample size preservation for the global H.323 configuration and for an individual H.323 interface (stack).

To enable media sample size preservation for the global H.323 configuration:

  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. options—Set the options parameter by typing options, a Space, the option name forwardFSAceptedDataType with a plus sign in front of it. Then press Enter.
    ORACLE(h323)# options +forwardFSAcceptedDataType

    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 the h323 configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.

  5. Save and activate your configuration.

    To enable media sample size preservation for an individual H.323 interface:

  6. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  7. Type session-router and press Enter.
    ORACLE(configure)# session-router
  8. Type h323 and press Enter.
    ORACLE(session-router)# h323
    ORACLE(h323)#
  9. 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 one you want to edit.

  10. options—Set the options parameter by typing options, a Space, the option name forwardFSAceptedDataType with a plus sign in front of it. Then press Enter.
    ORACLE(h323-stack)# options +forwardFSAcceptedDataType

    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 the h323-stack configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.

  11. Save and activate your configuration.