Difference between revisions of "CallInformationRequest"

From ss7api.null.ro
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{DISPLAYTITLE:callInformationRequest}}
 
==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 gsmSCF to the gsmSSF to request that it collect specific information about a single call and reported back to the gsmSCF using the callInformationReport operation.

[edit] Expected actions

  • The gsmSSF allocates a record and will retain the requested information about the call.

[edit] Invoke parameters

  • requestedInformationTypeList – contains a list of requested information types:
    • requestedInformationType – type of requested information. Can have one the following values:
      • callAttemptElapsedTime – duration between the end of processing for initial call setup and the answer indication.
      • callStopTime – timestamp for when the call was released.
      • callConnectedElapsedTime – request the duration between the answer and the release of the call.
      • releaseCause – request the release cause for the call
  • extensions
  • legID – indicates the party for which the information has to be 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="callInformationRequest">
		<requestedInformationTypeList>
      		<requestedInformationType>callStopTime</requestedInformationType>
    		</requestedInformationTypeList>
    		<legID>
      		<sendingSideID>leg2</sendingSideID>
    		</legID>
  	</component>
Personal tools
Namespaces

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