Sfoglia il codice sorgente

modules: readme files regenerated - pv ... [skip ci]

Kamailio Dev 3 anni fa
parent
commit
03dffaad07
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      src/modules/pv/README

+ 5 - 2
src/modules/pv/README

@@ -694,8 +694,11 @@ xavi_child_rm("WhatEver", "FoO");
    at the index idx becomes the first and the ones before it are at the
    at the index idx becomes the first and the ones before it are at the
    end of the list.
    end of the list.
 
 
-   The first parameter has to be the name of XAVP in the root list. The
-   second parameter is the index of the XAVP that becomes the first one.
+   The first parameter has to be the name of XAVP in the root list.
+
+   The second parameter is the index of the XAVP that becomes the 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).
 
 
    The parameters can be with variables.
    The parameters can be with variables.