System Administrator’s Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Configuring WebLogic SIP Server Integration

The following section describes how to configure the WebLogic Network Gatekeeper and WebLogic SIP Server integration.

 


Introduction

When using the WebLogic SIP server and WebLogic Network Gatekeeper together, the integration points between them must be configured in order for requests to be correlated between the SIP Server parts and Network Gatekeeper network tier. The WebLogic SIP Server part of the configuration is described in this section. The Network Gatekeeper configuration is described in the description of the individual communication service.

This is necessary when using the following network protocol plug-ins, since SIP Application sessions are used in the following communication services:

See BEA WebLogic SIP Server documentation for information on how to configure an manage Weblogic SIP Server.

There is an Network Gatekeeper Integration management console in SIP server, found under the node WLNG Integration under the Domain Structure in the SIP Server administration console.

Note: The necessary integration software must be installed in the SIP server, see section Completing Post-Installation in the Network Gatekeeper Installation Guide.

 


Configuration Workflow

Configure the WebLogic SIP Server part of the Network Gatekeeper and WebLogic SIP Server integration:

  1. In the Administration Console, for the SIP Server, click on WLNG Integration in the Domain Structure group.
  2. This opens the WLNG Integration Configuration page.

  3. Click Lock & Edit.
  4. In the General Tab, enter data for:
  5. Attribute: Username

    Attribute: Password

  6. Click Save.
  7. In the ThirdParty Call Control tab, enter data for:
  8. Attribute: Controller URI

  9. In the Presence tab, enter data for:
  10. Attribute: Suggested subscription lifetime

    Attribute: Presence Server address

  11. Click Activate Changes.

The other attributes should not be changed.

 


Reference: Attributes and operations -General

Below is a list of attributes and operations for configuration and maintenance of the general part of the Network Gatekeeper and SIP Server integration:

Attribute: WLNG JNDI URL

The URL to the JNDI provider in WebLogic Network Gatekeeper as configured during the domain configuration.

Example: t3://<host>:<port>

Attribute: Username

A WebLogic Network Gatekeeper administrative user.

Attribute: Password

The password associated with the WebLogic Network Gatekeeper administrative user.

 


Reference: Attributes and operations -Third Party Call Control

Below is a list of attributes and operations for configuration and maintenance of the SIP Server part of the Parlay X 2.1 Third Party Call/SIP plug-in:

Attribute: Call Manager Class Name

Class for that handles call management for Third Party call. Normally this field should not be edited.

Attribute: SIP Servlet Name

The SIP servlet for Third Party Call. Normally this field should not be edited.

Attribute: Controller URI

The Controller SIP URI that is used to establish the third party call. If this value is set, a call appears to the callee to come from this URI. By default, the value is “None”, where no controller URI will be used to establish the call. In this case, the call appears to the callee to come from the caller.

 


Reference: Attributes and operations -Call Notification

Below is a list of attributes and operations for configuration and maintenance of the SIP Server part of the Parlay X 2.1 Call Notification/SIP plug-in:

Attribute: Call Notification Plugin JNDI Name

JNDI name for the Call Notification part of the Parlay X 2.1 Call Notification/SIP plug-in. Normally this field should not be edited.

Attribute: Call Direction Plugin JNDI Name

JNDI name for the Call Direction part of the Parlay X 2.1 Call Notification/SIP plug-in. Normally this field should not be edited.

 


Reference: Attributes and operations -Presence

Below is a list of attributes and operations for configuration and maintenance of the SIP Server part of the Parlay X 2.1 Presence/SIP plug-in:

Attribute: Suggested subscription lifetime

Specifies a suggested lifetime for a presence subscription, given in seconds.

This value might not be accepted by the Presence Server. In this case the Presence Server will set the expiry value it has chosen, and the value to use, in the first NOTIFY sent to the WebLogic SIP Server presence plug-in. The lifetime for the presence subscription will be according to the value received from the Presence Server.

Attribute: Presence Server address

The address to which the subscribe messages are sent. It can be the IP of the presence server or another IMS node that proxies the request.

The value is a SIP URI, for example sip:<host>:<port>


  Back to Top       Previous  Next