Module: kamailio Branch: master Commit: 868ff72ad17573657ce19239a6f394cb117475c6 URL: https://github.com/kamailio/kamailio/commit/868ff72ad17573657ce19239a6f394cb...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-03-24T10:31:18+01:00
modules: readme files regenerated - pv ... [skip ci]
---
Modified: src/modules/pv/README
---
Diff: https://github.com/kamailio/kamailio/commit/868ff72ad17573657ce19239a6f394cb... Patch: https://github.com/kamailio/kamailio/commit/868ff72ad17573657ce19239a6f394cb...
---
diff --git a/src/modules/pv/README b/src/modules/pv/README index 4aaa44c225..10698c1dd4 100644 --- a/src/modules/pv/README +++ b/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