Package | Description |
---|---|
com.opencloud.sentinel.multileg |
This package contains the interfaces required for leg management operations in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
Leg |
LegManager.createLeg(OutgoingSipRequest initialRequest,
java.lang.String legName)
Immediately create a leg and queue the initialRequest request in the MessagesToSend queue of the leg.
|
Leg |
Leg.downstreamFork(SipSession session,
java.lang.String legName)
Immediate create a new leg which is a downstream fork to this leg, associate it with the provided SipSession
and attach the Sentinel service SBB to the ACI of the SipSession.
|
Leg |
LegManager.importAsNewLeg(javax.slee.ActivityContextInterface aci,
java.lang.String legName,
InitialLegPhase legPhase)
Immediately create a new leg in the indicated phase (
InitialLegPhase.CallSetup or
InitialLegPhase.MidSession ). |
Leg |
LegManager.importAsNewLeg(SipSession session,
java.lang.String legName,
InitialLegPhase legPhase)
Immediately create a new leg in the indicated phase (
InitialLegPhase.CallSetup or
InitialLegPhase.MidSession ). |
Leg |
LegManager.importHandoverLeg(IncomingSipRequest handoverRequest,
java.lang.String legName)
Imports a SIP session for a handover request into a new leg in the call-setup phase with the given leg name.
|
Leg |
Leg.parallelFork(OutgoingSipRequest inviteToBeSentOnForkedLeg,
java.lang.String forkedLegName)
Immediately create a new leg which is a parallel fork to this leg and attach the Sentinel service SBB to the
ACI of the inviteToBeSentOnForkedLeg SipSession.
|
Leg |
Leg.upstreamFork(OutgoingSipRequest notify,
java.lang.String forkedLegName)
Immediately create a new leg which is an upstream fork to this leg resulting from a forked subscription and
attach the Sentinel service SBB to the ACI of the notify request SipSession.
|
Leg |
Leg.upstreamFork(OutgoingSipResponse responseToBeSent,
java.lang.String forkedLegName)
Immediately create a new leg which is an upstream fork to this leg and attach the Sentinel service SBB to the
ACI of the responseToBeSent SipSession.
|
Copyright © OpenCloud. All Rights Reserved.