Setting the Minimum Signal Duration

To configure the minimum signal duration value:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type media-manager and press Enter.
    ORACLE(configure)# media-manager
  3. Type media-profile and press Enter.
    ORACLE(media-manager)# media-manager
    ORACLE(media-manager-config)#
  4. options—Set the options parameter by typing options, a Space, the option name min-signal-duration=x (where x is the value in milliseconds you want to use for the threshold) with a plus sign in front of it. Then press Enter.
    ORACLE(media-manager-config)# options +min-signal-duration=200

    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 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.