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:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router and press Enter.
ORACLE(configure)# session-router
-
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
-
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
-
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.
-
Save and activate your configuration.
To set the NoPAssertedId option for an H.323 session agent:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router and press Enter.
ORACLE(configure)# session-router
-
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
-
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
-
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.
- Save and activate your configuration.


