|
@@ -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
|
|
|
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.
|
|
|
|
|
|
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()`
|
|
|
|
|
|
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.
|