This chapter describes how to configure the Oracle Communications Service Controller Orchestration Engine.
You set up the Orchestration Engine (OE) using the OE configuration screen.
To access the OE configuration screen:
In the domain navigation pane, expand OCSB.
Expand Processing Tier.
Select Orchestration Engine.
Table 2-1 describes the tabs available on the OE configuration screen.
Table 2-1 OE Configuration Subtabs
Task | Description |
---|---|
General |
Enables you to specify a subscriber profile receiver and enable Service Data Records (SDRs) generation. See "Configuring General Parameters" for more information. |
Static Route OLP |
Enables you to specify applications that the OE should invoke and the order in which they are invoked. This tab is ignored if the OE is not configured to work with the Static Route orchestration logic processor (OLP). See "Configuring Static Route OLP Parameters" for more information. |
HSS OLP |
Enables you to set up the OE connection to an Home Subscriber Server (HSS). This tab is ignored if the OE is not configured to work with the HSS OLP. See "Configuring HSS OLP Parameters" for more information. |
Monitoring |
Enables you to define how logging and notifications operate. See "Configuring Monitoring Parameters" for more information. |
The General subtab enables you to specify a subscriber profile receiver (SPR) and enable SDR generation.
Table 2-2 describes configuration parameters on the General subtab.
Name | Type | Description |
---|---|---|
Subscriber Profile Receiver |
STRING |
Specifies which SPR the OE uses to retrieve an orchestration profile. Possible values:
|
Enable SDR |
BOOL |
Specifies whether or not the OE generates SDRs. Possible values:
Default value: True |
Enable Session Persistency |
STRING |
Specifies the point in a call when session persistency begins. Persistency continues throughout the session with each new state overwriting the previous state in the repository.
|
The Static Route OLP subtab enables you to specify applications that the OE invokes and the order in which they are invoked.
Note:
This tab is regarded only when the OE is configured to work with the Static Route OLP. In this case the Subscriber Profile Receiver parameter in the General tab is set to OlpDefaultInfoReceiver.Table 2-3 describes the configuration parameter on the Static Route OLP subtab.
Table 2-3 Static Route OLP Parameter
Name | Type | Description |
---|---|---|
Default Routing Targets |
STRING_LIST |
Specifies a list of application SIP URIs that the OE must invoke. The format of a SIP URI is: module-instance-name.module-type@convergin.com You can specify several SIP URIs separated by a space. For example:
|
In the HSS OLP tab you can define the address of the HSS that the OE connects, and you can optionally specify mobile subscribers for whom the OE obtains orchestration logic (iFCs) from the HSS.
Note:
This tab is regarded only when the OE is configured to work with the HSS OLP. In this case the Subscriber Profile Receiver parameter in the General tab is set to OlpHSSInfoReceiver.Table 2-4 describes the configuration parameters on the HSS OLP tab.
Name | Type | Description |
---|---|---|
Wildcarded PSI |
STRING |
Specifies a regular expression that the HSS uses to search for a subscriber's orchestration logic (iFCs). The HSS compares the regular expression against Public Subscriber Identities (PSIs) in its database. The HSS finds all matches and respond to the OE with one or more iFCs that comprise the subscribers orchestration logic. You need to specify a regular expression in a SIP URI format. You can use the following wildcards:
If you specify this parameter, it prevails the session headers, and session headers are ignored. Leave the parameter empty to have the HSS search an orchestration logic for a subscriber, based on the To and From headers of a session. It is recommended to use this parameter when a group of subscribers share the same orchestration logic. |
Destination-Host AVP |
STRING |
Specifies the host name of the destination HSS. The OE sets this value in the Destination-Host AVP, inside the UDR that it sends to the HSS. Note that this value must correlate to either a PeerMBean or a RouteMBean that you already configured in the Diameter SSU. |
Destination-Realm AVP |
STRING |
Specifies the value that the OE sets in the Destination-Realm AVP, inside the UDR that it sends to the HSS. |
The Monitoring tab enables you to define how Runtime MBeans and notifications operate for the OE. For more information about configuring monitoring, see the discussion on configuring Service Controller monitoring in Service Controller System Administrator's Guide.
Typically, all applications in a production system are known. In this case, you define an individual IM-ASF module instance to communicate with each application. In this case, orchestration logic (for example, iFC) turns a session through various applications through different IM-ASF module instances.
There are cases in which the Orchestration Engine is required to orchestrate each session differently, each through a different application. In this case, it is impossible to pre-configure the different application addresses, either because there are many of them or their address is subject to change. The application addresses are not known to Service Controller.
To support orchestration with non-configured applications, you need to define a special instance of an IM-ASF module known as default IM-ASF. This instance will not be limited to interaction with only a single pre-configured application, but will rather allow interaction with any application. This instance must be named "IMASF_default".
Whenever the Orchestration Engine is required to route a session to a non-configured application, it will route it through "IMASF_default" module. When triggered, "IMASF_default" forwards a session to any application, as specified inside the session request, in the application address field.
For example, if the Orchestration Engine has to route a session to a non-configured application address, such as "sip:209.95.109.191:5060", the Orchestration Engine forwards this session to the default IM-ASF. The default IM-ASF forwards the session to the application server which IP address is 209.95.109.191.
For information on creating and configuring IM-ASF, see the discussion on setting up IM-ASF SIP in Service Controller Modules Configuration Guide.