Skip to content

Commit

Permalink
modules: readme files regenerated - pv ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jul 25, 2017
1 parent e9a132a commit 8db8522
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/modules/pv/README
Expand Up @@ -371,12 +371,14 @@ pv_xavp_print();

4.11. pv_var_to_xavp(varname, xname)

Copy script variables values to a xavp.
Copy the script variable value into an xavp.

First parameter can be '*' in order to copy all script variables.
Second parameter is the name of the destination xavp. If xavp already
exists it will be reset first.

Both parameters can contain variables that are evaluated at runtime.

Function can be used from ANY_ROUTE.

Example 1.14. pv_var_to_xavp() usage
Expand All @@ -395,7 +397,9 @@ $xavp("ok[0]=>foo") now is "foo indeed"

4.12. pv_xavp_to_var(xname)

Copy xavp values to vars. Reverse of pv_var_to_xavp().
Copy xavp values into vars. Reverse of pv_var_to_xavp().

Both parameters can contain variables that are evaluated at runtime.

Function can be used from ANY_ROUTE.

Expand Down

0 comments on commit 8db8522

Please sign in to comment.