Difference between revisions of "EstablishTemporaryConnection"
From ss7api.null.ro
(→Example) |
(→Example) |
||
Line 43: | Line 43: | ||
<naCICSelectionType> | <naCICSelectionType> | ||
subscribed-dialing-undeterminded | subscribed-dialing-undeterminded | ||
− | + | </naCICSelectionType> | |
</naCarrierInformation> | </naCarrierInformation> | ||
<naOliInfo>74 04 33</naOliInfo> | <naOliInfo>74 04 33</naOliInfo> | ||
<naChargeNumber nature="international" plan="national" inn="true" restrict="unavailable" screened="network-provided"> | <naChargeNumber nature="international" plan="national" inn="true" restrict="unavailable" screened="network-provided"> | ||
− | + | 021456912 | |
</naChargeNumber> | </naChargeNumber> | ||
</na-Info> | </na-Info> | ||
</component> | </component> |
Revision as of 12:13, 26 August 2013
Contents |
Capability: Camel
Usage
This operation is invoked by gsmSCF and it is used to create a connection between a gsmSSF and an assisting SSF as part of a service assist procedure. It is also used to create a connection between a gsmSSF and a gsmSRF when the gsmSRF resides in a separate addressable physical entity.
Expected actions
- When a gsmSSF receives this operation, it should route the call to the assisting gsmSSF/gsmSRF according to the "assistingSSPIPRoutingAddress" parameter.
Invoke parameters
- assistingSSPIPRoutingAddress – indicates the destination address of the gsmSRF/assisting gsmSSF for the assist procedure. It may contain a “correlationID” and “scfID”, but only if these are not specified separately. This parameter should contain routing digits, a “correlationID” and “scfID” when there is no bilateral agreement between PLMNs to transfer the “correlationID” and “scfID” as separate parameters.
- correlationID – parameter used by the gsmSCF to associate the dialogue created by the assisting gsmSSF/gsmSRF to the SCF with the “initialDP” from the gsmSSF. Used only if it's not embedded in the “assistingSSIPRoutingAddress” parameter.
- scfID – the gsmSCF identifier. Enables the assisting gsmSSF to identify to which gsmSCF the “assistRequestInstructions” should be sent to. Used only if it's not embedded in the “assistingSSIPRoutingAddress” parameter.
- extensions
- serviceInteractionIndicatorsTwo – contains an indicator sent from the gsmSCF to the gsmSSF for the control of the connection to the Calling Party.
- na-Info
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="establishTemporaryConnection"> <assistingSSPIPRoutingAddress>0723543123</assistingSSPIPRoutingAddress> <correlationID>077685977</correlationID> <scfID>55 08 23 10</scfID> <serviceInteractionIndicatorsTwo> <bothwayThroughConnectionInd> bothwayPathNotRequired </bothwayThroughConnectionInd> </serviceInteractionIndicatorsTwo> <na-Info> <naCarrierInformation> <naCarrierId>1836</naCarrierId> <naCICSelectionType> subscribed-dialing-undeterminded </naCICSelectionType> </naCarrierInformation> <naOliInfo>74 04 33</naOliInfo> <naChargeNumber nature="international" plan="national" inn="true" restrict="unavailable" screened="network-provided"> 021456912 </naChargeNumber> </na-Info> </component>