|
@@ -1,25 +0,0 @@
|
|
|
-## Acc Module KEMI Functions ##
|
|
|
-
|
|
|
-The functions exported by `acc` module to KEMI are listed in the next sections.
|
|
|
-
|
|
|
-The documentation of `acc` module is available online at:
|
|
|
-
|
|
|
- * [acc.html](https://kamailio.org/docs/modules/devel/modules/acc.html)
|
|
|
-
|
|
|
-### KSR.acc.acc_log_request(...) ###
|
|
|
-
|
|
|
-`int KSR.acc.acc_log_request("comment")`
|
|
|
-
|
|
|
-Equivalent of native cfg function: `acc_log_request("comment")`.
|
|
|
-
|
|
|
-### KSR.acc.acc_db_request(...) ###
|
|
|
-
|
|
|
-`int KSR.acc.acc_db_request("comment", "dbtable")`
|
|
|
-
|
|
|
-Equivalent of native cfg function: `acc_db_request("comment", "dbtable")`.
|
|
|
-
|
|
|
-### KSR.acc.acc_request(...) ###
|
|
|
-
|
|
|
-`int KSR.acc.acc_request("comment", "dbtable")`
|
|
|
-
|
|
|
-Equivalent of native cfg function: `acc_request("comment", "dbtable")`.
|