|
@@ -4,18 +4,30 @@ The following sections lists all exported KEMI functions. More information regar
|
|
|
|
|
|
## acc ##
|
|
|
|
|
|
+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_db_request() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/acc.html#acc.f.acc_db_request'> `int acc_db_request(str "comment", str "dbtable")` </a>
|
|
|
|
|
|
+Equivalent of native kamailio.cfg function: `acc_db_request("comment", "dbtable")`.
|
|
|
+
|
|
|
#### KSR.acc.acc_log_request() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/acc.html#acc.f.acc_log_request'> `int acc_log_request(str "comment")` </a>
|
|
|
|
|
|
+Equivalent of native kamailio.cfg function: `acc_log_request("comment")`.
|
|
|
+
|
|
|
#### KSR.acc.acc_request() ####
|
|
|
|
|
|
<a target='_blank' href='/docs/modules/devel/modules/acc.html#acc.f.acc_request'> `int acc_request(str "comment", str "dbtable")` </a>
|
|
|
|
|
|
+Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
|
|
|
+
|
|
|
## acc_radius ##
|
|
|
|
|
|
#### KSR.acc_radius.request() ####
|