H.323 BIS Specific Configuration

To enable the H.323 BIS feature for a specific H.323 interface:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the signaling-related configurations.
    ORACLE(configure)# session-router
  3. Type h323 and press Enter.
    ORACLE(session-router)# h323
  4. Type h323-stacks and press Enter.
    ORACLE(h323)# h323-stacks
    ORACLE(h323-stacks)#
  5. Select the H.323 stack to which you want to add H.323 BIS support.
    ORACLE(h323-stacks)# select
    <name>:

    For a list of configured H.323 interfaces (stacks), press Enter at the <name>: prompt. Then enter the number corresponding to the interface where you want to apply this feature.

  6. Type options +bearerIndSetup and press Enter.
    ORACLE(h323-stacks)# options +bearerIndSetup 

    If you type options bearerIndSetup without the plus (+) sign, you will remove any previously configured options. In order to append the new option to the options list, you must prepend the new option with a plus sign as shown in the example above.