|
@@ -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
|