International Peering Configuration

You configure this feature as an option in the h323-stack configuration.

To configure the cpnType=X option for H323-H323 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. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# h323-config
    ORACLE(h323)#
  4. Type h323-stacks and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(h323)# h323-stack
    ORACLE(h323-stack)#
  5. Set the options parameter by typing options, a Space, the option name cpnType=x with a plus sign in front of it, and then press Enter.
    ORACLE(h323-stack)# options +cpnType=x

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

  6. Save and activate your configuration.