ResetTimer
From ss7api.null.ro
Contents |
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 gsmSSF.
Expected actions
- The gsmSSF will continue call processing without substituting new data from gsmSCF.
- Basic call processing is resumed.
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
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="resetTimer"> <timerID>tssf</timerID> <timervalue>30</timervalue> </component>