From fa136edab5e552ed7b9e01af602bc09c98afce35 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 24 Mar 2021 10:16:24 +0100 Subject: [PATCH] modules: readme files regenerated - pv ... [skip ci] --- src/modules/pv/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/pv/README b/src/modules/pv/README index a6702afa12a..4aaa44c2259 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