allowCPN Configuration

You can set both of these options in the same H.323 session agent.

To set the allowCPN option for an H.323 session agent:

  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 session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
  4. Use the ACLI select command so that you can work with the session agent configuration to which you want to add this option.
    ORACLE(session-agent)# select
  5. options—Set the options parameter by typing options, a Space, the option name allowCPN with a plus sign in front of it, and then press Enter.
    ORACLE(session-agent)# options +allowCPN

    If you type options allowCPN (without the plus sign), you will overwrite any previously configured options. In order to append the new option to the session-agent’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.

    To set the NoPAssertedId option for an H.323 session agent:

  7. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  8. Type session-router and press Enter.
    ORACLE(configure)# session-router
  9. Type session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
  10. Use the ACLI select command so that you can work with the session agent configuration to which you want to add this option.
    ORACLE(session-agent)# select
  11. options—Set the options parameter by typing options, a Space, the option name NoPAssertedId with a plus sign in front of it, and then press Enter.
    ORACLE(session-agent)# options +NoPAssertedId

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

  12. Save and activate your configuration.