SIP Connect Configuration
To set the SIP connect option for a realm configuration:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
media-manager
and press Enter to access the signaling-related configurations.
ORACLE(configure)# media-manager
-
Type
realm-config
and press Enter.
ORACLE(media-manager)# realm-config
If you are adding support for this feature to a pre-existing realm, then you must select (using the ACLI select command) the realm that you want to edit.
-
options—Set the options parameter by typing
options, a Space, the option name
sip-connect-pbx-reg with a plus sign in front of it, and then press Enter.
ORACLE(realm-config)# options +sip-connect-pbx-reg
If you type the option without the plus sign, you will overwrite any previously configured options. In order to append the new options to the realm configuration’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 SIP connect option for a SIP session agent configuration:
-
In Superuser mode, type
configure terminal and press Enter.
Oracle® Enterprise Session Border Controller# configure terminal
-
Type
session-router
and press Enter to access the signaling-related configurations.
Oracle® Enterprise Session Border Controller(configure)# session-router
-
Type
session-agent
and press Enter.
ORACLE(session-router)# session-agent
If you are adding support for this feature to a pre-existing session agent, then you must select (using the ACLI select command) the session agent that you want to edit.
-
options—Set the options parameter by typing
options, a Space, the option name
sip-connect-pbx-reg with a plus sign in front of it, and then press Enter.
Oracle® Enterprise Session Border Controller(session-agent)# options +sip-connect-pbx-reg
If you type the option without the plus sign, you will overwrite any previously configured options. In order to append the new options to the session agent’s configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.
- Save and activate your configuration.


