connectToResource
From ss7api.null.ro
Contents |
Capability: Camel
Usage
This operation is used by gsmSCF to connect a call from the gsmSSF to a specialized resource.
Expected actions
- After the successful connection to the gsmSRF, interaction with the caller can take place. The gsmSSF will relay all operations for the gsmSRF and all responses from the gsmSRF.
- The call is switched to the gsmSRF and a control relationship with the gsmSRF is established.
Invoke parameters
- resourceAddress – identifies the physical location of the gsmSRF. It can be:
- ipRoutingAddress : the routing address to set up the connection to the gsmSRF.
- none: the call party is to be connected to a predefined gsmSRF.
- extensions
- serviceInteractionIndicatorsTwo - contains an indicator sent from the gsmSCF to the gsmSSF for the control of the connection to the Calling Party. The assisting gsmSSF shall always assume that BothwayThroughConnection is required, so it will always the parameter if it's received.
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="connectToResource"> <resourceAddress> <ipRoutingAddress nature="international" plan="national"inn="true" restrict="unavailable" screened="network-provided">0123456789</ipRoutingAddress> </resourceAddress> <serviceInteractionIndicatorsTwo> <bothwayThroughConnectionInd> bothwayPathNotRequired </bothwayThroughConnectionInd> </serviceInteractionIndicatorsTwo> </component>