statusReport
From ss7api.null.ro
Contents |
Capability: Routing
Usage
This message is sent by a VLR to a HLR to notify it about subscriber status (available, busy, unreachable) and call outcome.
Expected actions
The HLR should store the current subscriber status for later interrogation by a gsmSCF that tries to provide the CCBS service.
Invoke parameters
- imsi – IMSI of the SIM card
- eventReportData – Subscriber reachability for call changed
- ccbs-SubscriberStatus – Status of the subscriber for CCBS service, can be "ccbsNotIdle", "ccbsIdle" or "ccbsNotReachable"
- extensionContainer – Container for various extensions
- callReportdata – Report about current call state
- monitoringMode – How the call is monitored, can be "a-side" or "b-side"
- callOutcome – Call delivery status, can be "success", "failure" or "busy"
- extensionContainer – Container for various extensions
- extensionContainer – Container for various extensions
Result parameters
-
extensionContainer– Container for various extensions
Example
<component remoteCID=1" type="Invoke" operationCode="statusReport"> <imsi enc="e212">497012345678900</imsi> <eventReportData> <ccbs-SubscriberStatus>ccbsIdle</ccbs-SubscriberStatus> </eventReportData> </component> ... <component remoteCID=1" type="ResultLast"/>
Bold text