Difference between revisions of "StatusReport"
From ss7api.null.ro
(Created page with " ==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 a...") |
|||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:statusReport}} | |
==Capability: Routing== | ==Capability: Routing== | ||
Line 37: | Line 37: | ||
... | ... | ||
<component remoteCID=1" type="ResultLast"/> | <component remoteCID=1" type="ResultLast"/> | ||
+ | '''Bold text''' |
Latest revision as of 17:05, 27 August 2013
Contents |
[edit] Capability: Routing
[edit] Usage
This message is sent by a VLR to a HLR to notify it about subscriber status (available, busy, unreachable) and call outcome.
[edit] Expected actions
The HLR should store the current subscriber status for later interrogation by a gsmSCF that tries to provide the CCBS service.
[edit] 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
[edit] Result parameters
-
extensionContainer– Container for various extensions
[edit] 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