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 TcapLegTcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)Immediately create a leg.TcapLegTcapLegManager. 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.TcapLegTcapLegManager. importAsNewLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)Immediately creates a new leg.TcapLegTcapLegManager. 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 LegLegManager. 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.LegLeg. 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.LegLegManager. importAsNewLeg(javax.slee.ActivityContextInterface aci, java.lang.String legName, InitialLegPhase legPhase)Immediately create a new leg in the indicated phase (InitialLegPhase.CallSetuporInitialLegPhase.MidSession).LegLegManager. importAsNewLeg(org.jainslee.resources.sip.SipSession session, java.lang.String legName, InitialLegPhase legPhase)Immediately create a new leg in the indicated phase (InitialLegPhase.CallSetuporInitialLegPhase.MidSession).LegLegManager. 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.LegLeg. 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.LegLeg. 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.LegLeg. 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.
-