SIP Connect Configuration

To set the SIP connect option for a realm configuration:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the signaling-related configurations.
    ORACLE(configure)# media-manager
  3. 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.

  4. 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.

  5. Save and activate your configuration.

    To set the SIP connect option for a SIP session agent configuration:

  6. In Superuser mode, type configure terminal and press Enter.
    Oracle® Enterprise Session Border Controller# configure terminal
  7. Type session-router and press Enter to access the signaling-related configurations.
    Oracle® Enterprise Session Border Controller(configure)# session-router
  8. 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.

  9. 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.

  10. Save and activate your configuration.