From c959a3c5f5efa1158bd53a31476f33d080793928 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 24 Mar 2021 10:19:51 +0100 Subject: [PATCH] pv: docs - relocated shvset note outside of param definition details [skip ci] --- src/modules/pv/doc/pv_admin.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/pv/doc/pv_admin.xml b/src/modules/pv/doc/pv_admin.xml index 5fbe706c8ef..1c4c84e0fba 100644 --- a/src/modules/pv/doc/pv_admin.xml +++ b/src/modules/pv/doc/pv_admin.xml @@ -63,11 +63,6 @@ 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 @@ -81,6 +76,11 @@ _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.