Ver código fonte

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

Kamailio Dev 4 anos atrás
pai
commit
868ff72ad1
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/modules/pv/README

+ 4 - 4
src/modules/pv/README

@@ -194,16 +194,16 @@ Chapter 1. Admin Guide
 
    The value of the parameter has the format: _name_ '=' _type_ ':'
    _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
      * _type_: type of the value
           + “i”: integer value
           + “s”: string value
      * _value_: value to be set
 
+   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.
+
    Default value is “NULL”.
 
    Example 1.1. shvset parameter usage