CallInformationReport

From ss7api.null.ro
Revision as of 13:13, 26 August 2013 by Monica (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
  • 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>
Personal tools
Namespaces

Variants
Actions
MAP & CAMEL XML Interface
Diameter XML Interface
MAP and CAMEL operations
Diameter interfaces
Examples
Resources
Navigation
Toolbox