Browse Source

kamailio-kemi-framework: removed old acc.md

Daniel-Constantin Mierla 7 năm trước cách đây
mục cha
commit
4d8685991c
1 tập tin đã thay đổi với 0 bổ sung25 xóa
  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")`.