The Statistics module is a wrapper over the internal statistics manager, allowing the script writer to dynamically define and use of statistic variables. By bringing the statistics support into the script, it takes advantage of the script flexibility in defining logics, making possible implementation of any kind of statistic scenario.
| Parámetro | Tipo | Descripción |
|---|---|---|
| variable | string | 3.1. variable (string) |
| variable | string | Name of a new statistic variable. The name may be followed by additional flag which describe the variable behavior: * no_reset : variable cannot be reset. |
4.2. reset_stat(variable)
4.1. update_stat(variable,value)
Updates the value of the statistic variable with the new value.
Resets to zero the value of the statistic variable.
Copyright © 2006 Voice Sistem SRL