Skip Headers
Oracle® Communications Service Broker Processing Domain Configuration Guide
Release 6.0

Part Number E23525-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

13 Configuring IM-SCF AIN 0.2

The following sections describe how to configure IM-SCF using the Service Broker Administration Console and Java MBeans.

Configuring IM-SCF AIN 0.2 with the Administration Console

This section describes how to configure the IM-SCF AIN 0.2 by using the Service Broker Administration Console.

To access the IM-SCF AIN 0.2 configuration screen:

  1. In the domain navigation pane, expand OCSB.

  2. Expand Processing Tier.

  3. Expand Interworking Modules.

    A list of currently deployed Interworking Modules is displayed.

  4. From the module list, select the module instance that you want to configure.

    The IM-SCF AIN 0.2 configuration screen contains the subtabs described in Table 13-1.

Table 13-1 IM-SCF AIN 0.2 Configuration Subtabs

Subtab Description

General

Enables you to configure general parameters for an Interworking Module instance.

For more information, see "Configuring General Parameters".

Call Handling

Enables you to define the way that IM-SCF handles calls.

For more information, see "Configuring Call Handling Parameters".

Media Resources

Enables you to set up the media resources that Service Broker uses to play announcements.

For more information, see "Configuring Media Resources Parameters".

TCAP

Enables you to set up the TCAP layer of the IM-SCF.

For more information, see "Configuring TCAP Parameters".

Monitoring

Enables you to define how Runtime MBeans and notifications operate.

For more information, see "Configuring Monitoring Parameters".


Configuring General Parameters

The General subtab enables you to specify an alias for an Interworking Module instance.

Table 13-2 describes the configuration parameter on the General subtab.

Table 13-2 General Parameter

Name Type Description

Alias

STRING

Specifies the alias of the IM's SS7 address. The alias is an index to SS7 SSU configuration, where the IM's SS7 address is configured. The IM uses this alias to set the origination field of outgoing SS7 messages. This ensures that further session messages arrive to this IM instance.

Plugin

STRING

Specifies the protocol variant used over the SS7 interface. It informs the IM which plug-in (class) to use to encode / decode SS7 messages.


Configuring Call Handling Parameters

The Call Handling subtab enables you to define how IM-SCF handles calls.

When configuring Call Handling, you must define the parameters described in Table 13-3.

Table 13-3 IM-SCF AIN 0.2 Call Handling Parameters

Name Type Description

OE Reaction Interval in Seconds

INT

Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages.

When this timer expires, IM-SCF decides how to handle existing session (Continue or Release) according to the configuration settings.

Default value: 100

Body Encoding Format

STRING

Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message.

Possible options:

  • BER

  • XER

  • None

Default value: None

In an IN mediation solution, when IM-SCF is coupled with IM-SSF, this parameter must be set to XER.

Response Operation ForInfo Analyzed

STRING

Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infoanalyzd when the realized called number has not changed

Response Operation For Info Collected

STRING

Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infocollected when the realized called number has not changed


Configuring Media Resources Parameters

The Media Resources subtab enables you to define the media resources that the SSP can connect in order to play announcements.

The table in the Media Resources subtab displays the media resources that are used to play announcements. Each row represents one media resource. When defining a new media resource, you need to specify the fields described in Table 13-4.

Table 13-4 IM-SCF AIN 0.2 Media Resource Definition Fields

Name Type Description

Name

STRING

Specifies a name of the media resource

Alias

STRING

Specifies a unique identifier that applications use to instruct IM-SCF which media resource to connect in order to play announcements.

Alias is used by IM-SCF to lookup for media resource details in this table.

Aliases are defined in a URI format. For example: mrf.network@domain.com.

Announcement Operation

INT

Specifies which operation IM-SCF triggers towards the switch-based media resource.

Possible values:

  • 0

    PlayAnnoucnement

  • 1

    PlayAnnouncementAndCollectDigits

Default value: 0

Disconnect Flag

BOOL

Specifies whether or not to set the DisconnectFlag in SendToResource operation.

Possible values:

  • Yes

    The switch disconnects a call immediately after completing playing announcement

  • No

    The switch does not disconnect a call immediately after completing playing announcement

Default value: Yes

Answer Indication

BOOL

Specifies whether a switch sends Answer message to the calling party upon connection to the media resource.

Possible values:

  • True

    Connection to the media resource causes the switch to generate answer indication towards the calling party. This opens a media path from the caller to the media resource (bothwayPathRequired)

  • False

    The media path opens only in the direction from the media resource to the caller

Default value: True


Configuring TCAP Parameters

The TCAP subtab enables you to set up parameters of the IM TCAP layer.

Table 13-5 describes configuration parameters on the TCAP subtab.

Table 13-5 TCAP Parameters

Name Type Description

Class4 Default Timeout in Seconds

INT

Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 4 operations.

Default value: 5 seconds.

Reject Timeout in Seconds

INT

Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 1-3 operations.

Activate Invoke Alarm in Application Layer

BOOL

When the TCAP layer receives an INVOKE, it triggers back PABORT if there is no response. The waiting time period for response is configured in the encoding library.

The Activate Invoke Alarm in Application Layer parameter specifies whether or not to activate this timer.

Possible values:

  • True

  • False

Default value: False.

Application Part Guard Timer

INT

Specifies the PSM timer, which is a timer for incoming operations.

The PSM timer defines the maximum time in seconds that the application (TC-User) has to respond to incoming INVOKE messages.

Result Split Length

INT

Specifies the maximum length of the TCAP RESULT message. When the actual length of the message exceeds the specified value, the message is split.


Configuring Monitoring Parameters

The Monitoring tab enables you to define how Runtime MBeans and notifications operate for an IM-SCF. For more information about configuring monitoring, see "Configuring Monitoring with the Administration Console".

Configuring IM-SCF AIN 0.2 with Java MBeans

Service Broker provides a set of MBeans that provide attributes and operations for configuring the IM-SCF AIN 0.1 and IM-SCF AIN 0.2 through JMX. Figure 13-1 shows the hierarchy of the IM-SCF AIN 0.2 MBeans.

Figure 13-1 IM-SCF AIN 0.2 MBeans Hierarchy

IM-SCF AIN 0.2 MBeans Hierarchy

The following sections provide reference information for the IM-SCF AIN configuration MBeans.

Note:

MBeans described in this guide may include additional advanced attributes, which are not described in the guide. Advanced attributes are reserved for internal use. Do not change these attributes.

The following MBeans are common for all components of Service Broker and described in "Configuring Monitoring with Java MBeans":


ImscfAinMBean

ImscfAinMBean is a root MBean for the IM-SCF AIN 0.1 configuration.

Factory Method

Created automatically

Attributes

None

Operations

ObjectName getGeneral()

Gets a reference to the instance of GeneralMBean

ObjectName getCallHandling()

Gets a reference to the instance of CallHandlingMBean

ObjectName getMonitoringGeneral()

Gets a reference to the instance of MonitoringGeneralMBean

ObjectName getThresholdCrossedNotificationRules()

Gets a reference to the instance of ThresholdCrossedNotificationRulesMBean

ObjectName getStateChangedNotificationRules()

Gets a reference to the instance of StateChangedNotificationRulesMBean

ObjectName getMediaResources()

Gets a reference to the instance of MediaResourcesMBean

ObjectName getTcap()

Gets a reference to the instance of TcapMBean


GeneralMBean

GeneralMBean enables you to specify an alias for an Interworking Module instance.

Factory Method

Created automatically

Attributes

Alias

For more information on this attribute, see Table 13-2.

Operations

None


CallHandlingMBean

CallHandlingMBean enables you to configure how a call is handled.

Factory Method

Created automatically

Attributes

For more information on these attributes, see Table 13-3.

Operations

None


MediaResourcesMBean

MediaResourcesMBean is a container for instances of MediaResourceMBean. Each instance of MediaResourceMBean represents a single media resource to which an SSP can connect.

Factory Method

Created automatically

Attributes

None

Operations

ObjectName[] getMediaResource()

Returns an array of references to instances of MediaResourceMBean

ObjectName createMediaResourceMBean()

Creates a new instance of MediaResourceMBean

void destroyMediaResourceMBean()

Destroys an existing instance of MediaResourceMBean

ObjectName lookupMediaResourceMBean()

Gets a reference to the instance of MediaResourceMBean


MediaResourceMBean

Each instance of MediaResourceMBean represents one media resource to which an SSP can connect to play announcements.

Factory Method

MediaResources.createMediaResource()

Attributes

For more information on these attributes, see Table 13-4.

Operations

None


Tcap MBean

TcapMBean enables you to configure the TCAP layer of the module.

Factory Method

Created automatically

Attributes

For more information on these attributes, see Table 13-5.

Operations

None