Leg |
LegManager.createLeg(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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) |
|
Leg |
LegManager.importAsNewLeg(org.jainslee.resources.sip.SipSession session,
java.lang.String legName,
InitialLegPhase legPhase) |
|
Leg |
LegManager.importHandoverLeg(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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.
|