Difference between revisions of "ResetTimer"
From ss7api.null.ro
(Created page with "==Capability: Camel== ==Usage== This operation is used by the gsmSCF to request the gsmSSF to refresh an application timer in the gsmSSF in order to avoid a timeout at the g...") |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:resetTimer}} | ||
==Capability: Camel== | ==Capability: Camel== | ||
Latest revision as of 15:20, 28 August 2013
Contents |
[edit] Capability: Camel
[edit] Usage
This operation is used by the gsmSCF to request the gsmSSF to refresh an application timer in the gsmSSF in order to avoid a timeout at the gsmSSF.
[edit] Expected actions
- The gsmSSF will continue call processing without substituting new data from gsmSCF.
- Basic call processing is resumed.
[edit] Invoke parameters
- timerID – specifies the timer to be set. It has to have the value “tssf” (TSSF).
- timerValue – the value in seconds at which the TSSF is to be set.
- extensions
[edit] Result parameters
This operation does not expect a result.
[edit] Example
<component localCID="1" type="Invoke" operationCode="resetTimer"> <timerID>tssf</timerID> <timervalue>30</timervalue> </component>