Browse Source

modules: readme files regenerated - pv ... [skip ci]

Kamailio Dev 4 years ago
parent
commit
fa136edab5
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/modules/pv/README

+ 6 - 2
src/modules/pv/README

@@ -189,11 +189,15 @@ Chapter 1. Admin Guide
 
 
 3.1. shvset (string)
 3.1. shvset (string)
 
 
-   Set the value of a shared variable ($shv(name)). The parameter can be
-   set many times.
+   Set the initial value of a shared variable ($shv(name)). The parameter
+   can be set many times.
 
 
    The value of the parameter has the format: _name_ '=' _type_ ':'
    The value of the parameter has the format: _name_ '=' _type_ ':'
    _value_
    _value_
+
+   Note: this is special useful for usage with KEMI scripts, the $shv(...)
+   variables must be defined during Kamailio initialization in order to
+   become available in all worker processes.
      * _name_: shared variable name
      * _name_: shared variable name
      * _type_: type of the value
      * _type_: type of the value
           + “i”: integer value
           + “i”: integer value