Explorar o código

kamailio-kemi-framework: removed old acc.md

Daniel-Constantin Mierla %!s(int64=7) %!d(string=hai) anos
pai
achega
4d8685991c
Modificáronse 1 ficheiros con 0 adicións e 25 borrados
  1. 0 25
      kamailio-kemi-framework/docs/acc.md

+ 0 - 25
kamailio-kemi-framework/docs/acc.md

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