Skip Headers
Oracle® Communications Service Broker Orchestration Studio User's Guide
Release 6.0

Part Number E23532-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

6 Defining the OE Behavior on Receiving a Response from an Application

This chapter describes how to use the Orchestration Studio to define the OE behavior depending on the response that the OE received from an application.

About the OE Behavior on Receiving Responses from an Application

You can define whether the OE continues or terminates the session depending on the response that the OE received from an application. You can specify the following:

Defining the OE Behavior on Receiving an Error from an Application

If an application returns an error, such as a 400 Bad Response to an INVITE message, you can specify whether the OE forwards the message to the next application in the chain or terminates the session.

To specify the OE behavior:

  1. In the orchestration logic flow, select the IM for which you want to specify default handling.

    By default, Default Handling is set to 0 to continue the session.

  2. Click the Actions tab.

  3. In the Default Handling field, type one of the following:

    • To continue the session, type 0

    • To terminate the session, type 1

Defining the OE Behavior on Receiving a Response from an Application

You can configure the OE to forward the session to the next application whose conditions are met, when the OE receives a specific response from an application. The ability of the OE to forward the session to the next application is known as Forced Back to Back (FB2B).

To set Back to Back response codes:

  1. In the orchestration logic flow, select the IM whose responses are to be forwarded Back to Back.

  2. Click the Actions tab.

  3. Select the Back to Back checkbox.

    The Response field becomes available.

  4. In the Response field, type the response codes according to which the OE continues the session.

    You can add as many response codes as required, separated by a comma and a space.

See "Forcing Back to Back" for an example of a use case using FB2B.