callInformationReport
From ss7api.null.ro
Contents |
Capability: Camel
Usage
This operation is sent by the gsmSSF to the gsmSCF to provide the gsmSCF with specific call information for a single call as requested in a previous callInformationRequest.
Expected actions
- The report is sent at the end of a call/call party connection.
Invoke parameters
- requestedInformationList – list of the following parameters:
- requestedInformation – contains the following 2 parameters:
- requestedInformationType – type of requested information. Can have one the following values:
- callAttemptElapsedTime
- callStopTime
- callConnectedElapsedTime
- releaseCause
- requestedInformationValue – the value for the requested information type
- requestedInformationType – type of requested information. Can have one the following values:
- requestedInformation – contains the following 2 parameters:
- extensions
- legID – indicates the party for which the information has been collected. If absent, it indicated the outgoing call leg.
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="callInformationReport"> <requestedInformationList> <requestedInformation> <requestedInformationType> callConnectedElapsedTime </requestedInformationType> <requestedInformationValue> <callStopTimeValue>500</callStopTimeValue> </requestedInformationValue> </requestedInformation> </requestedInformationList> <legID> <receivingSideID>leg1</receivingSideID> </legID> </component>