Difference between revisions of "CallInformationReport"
From ss7api.null.ro
(Created page with "==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 ...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:callInformationReport}} | ||
==Capability: Camel== | ==Capability: Camel== | ||
Latest revision as of 15:22, 28 August 2013
Contents |
[edit] Capability: Camel
[edit] 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.
[edit] Expected actions
- The report is sent at the end of a call/call party connection.
[edit] 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.
[edit] Result parameters
This operation does not expect a result.
[edit] 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>