Browse Source

kamailio-kemi-framework: not about KSR.pvx in the KSR.pv section

Daniel-Constantin Mierla 7 years ago
parent
commit
1daa990e5a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      kamailio-kemi-framework/docs/kemimods.md

+ 3 - 1
kamailio-kemi-framework/docs/kemimods.md

@@ -9,6 +9,8 @@ module because the get function has to return either integer or string value.
 The `pvname` that appears in the next sections in the function prototypes has to be a valid pseudo-variable name for
 The `pvname` that appears in the next sections in the function prototypes has to be a valid pseudo-variable name for
  Kamailio native configuration file (for example `$ru`, `$var(x)`, `$shv(z)`, ...).
  Kamailio native configuration file (for example `$ru`, `$var(x)`, `$shv(z)`, ...).
 
 
+Note: functions exported by Kamailio's `pv` module are in `KSR.pvx` package.
+
 `KSR.x` submodule provides special functions that need custom code per interpreter.
 `KSR.x` submodule provides special functions that need custom code per interpreter.
 
 
 The functions exported by these modules are listed in the next sections.
 The functions exported by these modules are listed in the next sections.
@@ -99,4 +101,4 @@ Equivalent of `exit` from native kamailio.cfg scripting language, stop the execu
 `void KSR.x.drop()`
 `void KSR.x.drop()`
 
 
 Equivalent of `drop` from native kamailio.cfg scripting language, stop the execution of the SIP routing script
 Equivalent of `drop` from native kamailio.cfg scripting language, stop the execution of the SIP routing script
-and drop routing further the SIP request branch or response.
+and drop routing further the SIP request branch or response.