Customized G.729 Configuration

This section shows you how to configure the acceptG729abFormat option in the global H.323 configuration.

To enable customized G.729 support for IWF calls:

  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 h323-config and press Enter.
    ORACLE(session-router)# h323-config
    ORACLE(h323-config)#

    If you are adding this feature to a pre-existing configuration, select the configuration to edit it.

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

    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 options to this 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.