[sr-dev] git:master:1a33c8b7: pv: updated docs for xavp_lshift()

Daniel-Constantin Mierla miconda at gmail.com
Wed Aug 24 09:19:37 CEST 2022


Module: kamailio
Branch: master
Commit: 1a33c8b7c70e7f629868d926965ec456bf2eecae
URL: https://github.com/kamailio/kamailio/commit/1a33c8b7c70e7f629868d926965ec456bf2eecae

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/1a33c8b7c70e7f629868d926965ec456bf2eecae.diff
Patch: https://github.com/kamailio/kamailio/commit/1a33c8b7c70e7f629868d926965ec456bf2eecae.patch

---

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.




More information about the sr-dev mailing list