Skip to content

Commit

Permalink
pv: docs - note about use of $shv() in kemi scripts for shvset param …
Browse files Browse the repository at this point in the history
…[skip ci]

(cherry picked from commit bcc6370)
  • Loading branch information
miconda committed Mar 29, 2021
1 parent d8871bf commit 0c0d833
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/modules/pv/doc/pv_admin.xml
Expand Up @@ -56,13 +56,18 @@
<section id="pv.p.shvset">
<title><varname>shvset</varname> (string)</title>
<para>
Set the value of a shared variable ($shv(name)). The parameter
Set the initial value of a shared variable ($shv(name)). The parameter
can be set many times.
</para>
<para>
The value of the parameter has the format:
_name_ '=' _type_ ':' _value_
</para>
<para>
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.
</para>
<itemizedlist>
<listitem><para>_name_: shared variable name</para></listitem>

Expand Down

0 comments on commit 0c0d833

Please sign in to comment.