Module: kamailio
Branch: master
Commit: 1a33c8b7c70e7f629868d926965ec456bf2eecae
URL:
https://github.com/kamailio/kamailio/commit/1a33c8b7c70e7f629868d926965ec45…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-08-24T09:18:08+02:00
pv: updated docs for xavp_lshift()
---
Modified: src/modules/pv/doc/pv_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/1a33c8b7c70e7f629868d926965ec45…
Patch:
https://github.com/kamailio/kamailio/commit/1a33c8b7c70e7f629868d926965ec45…
---
diff --git a/src/modules/pv/doc/pv_admin.xml b/src/modules/pv/doc/pv_admin.xml
index 409ecaa4dac..30b09eab807 100644
--- a/src/modules/pv/doc/pv_admin.xml
+++ b/src/modules/pv/doc/pv_admin.xml
@@ -747,8 +747,12 @@ xavi_child_rm("WhatEver", "FoO");
</para>
<para>
The first parameter has to be the name of XAVP in the root list.
+ </para>
+ <para>
The second parameter is the index of the XAVP that becomes the
- first one.
+ first one (if it is greater than the number of XAVPs, modulo
+ operation is done first; if it is negative, it counts from the
+ end of the list).
</para>
<para>
The parameters can be with variables.