Uses of Class
com.opencloud.sentinel.multileg.DuplicateLegException
-
Packages that use DuplicateLegException Package Description com.opencloud.sentinel.ipsmgw.eventmanager The feature visible interface to the TCAP leg manager.com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel SIP service. -
-
Uses of DuplicateLegException in com.opencloud.sentinel.ipsmgw.eventmanager
Methods in com.opencloud.sentinel.ipsmgw.eventmanager that throw DuplicateLegException Modifier and Type Method Description TcapLeg
TcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a leg.TcapLeg
TcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, java.lang.String targetFeature, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a leg.TcapLeg
TcapLegManager. importAsNewLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately creates a new leg.TcapLeg
TcapLegManager. importAsNewLeg(javax.slee.ActivityContextInterface aci, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a new leg and a dialog. -
Uses of DuplicateLegException in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that throw DuplicateLegException Modifier and Type Method Description 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)
Immediately create a new leg in the indicated phase (InitialLegPhase.CallSetup
orInitialLegPhase.MidSession
).Leg
LegManager. importAsNewLeg(org.jainslee.resources.sip.SipSession session, java.lang.String legName, InitialLegPhase legPhase)
Immediately create a new leg in the indicated phase (InitialLegPhase.CallSetup
orInitialLegPhase.MidSession
).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.
-