Module: kamailio
Branch: master
Commit: fa136edab5e552ed7b9e01af602bc09c98afce35
URL:
https://github.com/kamailio/kamailio/commit/fa136edab5e552ed7b9e01af602bc09…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-03-24T10:16:24+01:00
modules: readme files regenerated - pv ... [skip ci]
---
Modified: src/modules/pv/README
---
Diff:
https://github.com/kamailio/kamailio/commit/fa136edab5e552ed7b9e01af602bc09…
Patch:
https://github.com/kamailio/kamailio/commit/fa136edab5e552ed7b9e01af602bc09…
---
diff --git a/src/modules/pv/README b/src/modules/pv/README
index a6702afa12..4aaa44c225 100644
--- a/src/modules/pv/README
+++ b/src/modules/pv/README
@@ -189,11 +189,15 @@ Chapter 1. Admin Guide
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_ ':'
_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