Skip Headers
Oracle® WebLogic Communication Services Developer's Guide
11g Release 1 (11.1.1)

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

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

10 Third Party Call Service

This chapter describes how to perform third party call handling using a multimedia messaging API, and provides samples applications. It contains the following section:

10.1 Overview of Parlay X 2.1 Third Party Call Communication Services

The Third Party Call Parlay X 2.1 communication services implement the Parlay X 2.1 Third Party Call interface, (Standards reference: ETSI ES 202 391-2 V1.2.1 (2006-12), Open Service Access (OSA); Parlay X Web Services; Part 2: Third Party Call (Parlay X 2)).

Using a Third Party Call Parlay X 2.1 communication service, an application can:

10.1.1 How It Works

In the Parlay X 2.1 Third Party Call communication services model, a call has two distinct stages:

10.1.1.1 Call Setup

There are two parties involved in Third Party Call calls: the A-party (the caller) and the B-party (the callee). When a call is set up using a Third Party Call communication service, OWLCS attempts to set up a call leg to the A-party. When the caller goes off-hook (“answers”), OWLCS attempts to set up a call leg to the B-party. When the callee goes off-hook, the two call legs are connected using the underlying network. This ends the call setup-phase.

The application can cancel the call during this phase.

10.1.1.2 Call Duration

While the call is underway, the audio channel that connects the caller and the callee is completely managed by the underlying network. During this phase of the call, the application can only query as to the status of the call. A call can be terminated in two ways, either using the application-facing interface, or having the caller or callee hang up.

Requests using a Parlay X 2.1 Third Party Call communication service flow only in one direction, from the application to the network. Therefore this communication service supports only application-initiated (or mobile-terminated) functionality.

Note:

Third Party Call communication services manage only the signalling, or controlling, aspect of a call. The media, or audio, channel is managed by the underlying network. Only parties residing on the same network can be controlled, unless:
  • · The network plug-in connects to a media gateway controller

    · One of the participants is connected to a signalling gateway so that, from a signalling point of view, all parties reside on the same network

10.1.2 Supported Networks

Off the shelf, Parlay X 2.1 Third Party Call communication services can be configured to support the SIP network protocol.

Note:

OWLCS acts as a Back-to-Back User Agent. During the call duration phase, the actual call is peer-to-peer.

10.2 Configuring Parlay X 2.1 Third Party Call

This section contains a description of the configuration attributes and operations available for the Parlay X 2.1 Third Party Call.

10.2.1 Configuration Workflow for Parlay X 2.1 Third Party Call/SIP

Follow these configuration steps:

  1. Using the Management Console or an MBean browser, select the MBean detailed in Properties for Parlay X 2.1 Third Party Call/SIP.

  2. Configure behavior of the network protocol plug-in instance:

    • Attribute: ThirdPartyCallControllerURI

    • Attribute: ISCRouteURI

    • Attribute: MaximumCallLength

    • Attribute: StatusRetentionTime

    • Attribute: PAssertedIdentityURI

    Note:

    There are not any management actions.

Table 10-1 lists the properties for Parlay X 2.1 Third Party Call

Table 10-1 Properties for Parlay X 2.1 Third Party Call

Property Description

MBean

Domain=oracle.sdp

Name=thirdpartycall

InstanceName=ThirdPartyCall

Type=oracle.sdp.thirdpartycall.management.TPCMBean

Supported Address Scheme

sip

Service type

ThirdPartyCall

Exposes to the service communication layer a JAVA representation of:

Parlay X2.1 Part 2: Third Party Call

Interfaces with the network nodes using:

SIP: Session Initiation Protocol, RFC 3261

Deployment artifacts:

thirdpartycallwswar-11.1.1.war,

thirdpartycallmanagerwar-11.1.1.war,

thirdpartycallutil-11.1.1.jar,

thirdpartycallmanager-11.1.1.jar,

parlayx-11.1.1.jar,

packaged in thirdpartycallear-11.1.1.ear


10.2.2 Attributes and Operations for Parlay X 2.1 Third Party Call

Table 10-2 contains a list of attributes for configuration and maintenance

Table 10-2 Configuration and Maintenance Attributes

Attribute Scope Unit Format Description

ThirdPartyCall ControllerURI

Cluster

NA

String in URI format

Specifies 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 is used to establish the call. In this case, the call appears to the callee to come from the caller

ISCRouteURI

Cluster

NA

String in URI format

Specifies the URI of the IMS service control route.

MaximumCall Duration

Cluster

minutes

int

Specifies for how long time a call is allowed to be ongoing. If this time expires, the call is terminated.

StatusRetentionTime

Cluster

minutes

int

Specifies for how long time to retain status information about the call after it has been terminated.

PAssertedIdentity URI

Cluster

NA

String in URI format

Specifies the SIP URI used in the P-Asserted-Identity header added by the Third Party Call service. If left blank no P-Asserted-Identity header is added.


10.3 Statement of Compliance

This section describes the standards compliance for the communication services for Parlay X 2.1 Third Party call.

The Parlay X 2.1 interface complies to ETSI ES 202 391-2 V1.2.1 Open Service Access (OSA); Parlay X Web Services; Part 2: Third Party Call (Parlay X 2). For more information, see the relevant specification at http://parlay.org/en/specifications/pxws.asp

Table 10-3 Statement of Compliance, Parlay X 2.1 Third Party Call

Method Compliant Yes/No

Interface: ThirdPartyCall

 

MakeCall

Y

GetCallInformation

Y

EndCall

Y

CancelCall

Y


The SIP plug-in for Parlay X 2.1 Third Party Call is an integration plug-in that utilizes the Oracle WebLogic SIP Server to connect to a SIP/IMS network. The plug-in connects to a SIP servlet executing in WebLogic SIP Server. The SIP Servlet uses the SIP API provided by the WebLogic SIP server, which in its turn converts the API calls to SIP messages.

The SIP servlet acts as a Back-to-Back User Agent for all calls.

The SIP servlet uses the WebLogic SIP server, which conforms to RFC 3261 (http://www.ietf.org/rfc/rfc3261.txt).

The implementation of the SIP based third party call is in compliance with RFC 3725 - Best Current Practices for Third Party Call Control (3pcc) in the Session Initiation Protocol (SIP) Flow I (http://www.ietf.org/rfc/rfc3725.txt).

Table 10-4 Statement of Compliance, SIP for Parlay X 2.1 Third Party Call

Message/Response Compliant Yes/No Comment

REGISTER

-

Not used in the context

INVITE

Y

 

ACK

Y

 

CANCEL

Y

 

BYE

Y

 

OPTIONS

-

Not used in the context.

100 Trying

Y

 

180 Ringing

Y

 

181 Call Is Being Forwarded

Y

 

182 Queued

Y

 

183 Session Progress

Y

 

200 OK

Y

 

300 Multiple Choices

Y

UA treated as unreachable.

301 Moved Permanently

Y

UA treated as unreachable.

302 Moved Temporarily

Y

UA treated as unreachable.

305 Use Proxy

Y

UA treated as unreachable.

380 Alternate Service

Y

UA treated as unreachable.

400 Bad Request

Y

UA treated as unreachable.

401 Unauthorized

Y

UA treated as unreachable.

402 Payment Required

Y

UA treated as unreachable.

403 Forbidden

Y

UA treated as unreachable.

404 Not Found

Y

UA treated as unreachable.

405 Method Not Allowed

Y

UA treated as unreachable.

406 Not Acceptable

Y

UA treated as unreachable.

407 Proxy Authentication Required

Y

UA treated as unreachable.

408 Request Timeout

Y

Treated as no answer from UA.

410 Gone

Y

UA treated as unreachable.

413 Request Entity Too Large

Y

UA treated as unreachable.

414 Request URI Too Long

Y

UA treated as unreachable.

415 Unsupported Media Type

Y

UA treated as unreachable.

416 Unsupported URI Scheme

Y

UA treated as unreachable.

420 Bad Extension

Y

UA treated as unreachable.

421 Extension Required

Y

UA treated as unreachable.

423 Interval Too Brief

Y

UA treated as unreachable.

480 Temporarily Unavailable

Y

UA treated as unreachable.

481 Call/Transaction Does Not Exist

Y

UA treated as unreachable.

482 Loop Detected

Y

UA treated as unreachable.

483 Too Many Hops

Y

UA treated as unreachable.

484 Address Incomplete

Y

UA treated as unreachable.

485 Ambiguous

Y

UA treated as unreachable.

486 Busy Here

Y

UA treated as busy.

487 Request Terminated

Y

UA treated as unreachable.

488 Not Acceptable Here

Y/N

UA treated as unreachable.

491 Request Pending

Y

UA treated as unreachable.

493 Undecipherable

Y

UA treated as unreachable.

500 Server Internal Error

Y

UA treated as unreachable.

501 Not Implemented

Y

UA treated as unreachable.

502 Bad Gateway

Y

UA treated as unreachable.

503 Service Unavailable

Y

UA treated as unreachable.

Server Time-out

Y

UA treated as unreachable.

505 Version Not Supported

Y

UA treated as unreachable.

513 Message Too Long

Y

UA treated as unreachable.

600 Busy Everywhere

Y

UA treated as unreachable.

603 Decline

Y

UA treated as unreachable.

604 Does Not Exist Anywhere

Y

UA treated as unreachable.

606 Not Acceptable

Y

UA treated as unreachable.