Browse Source

kamailio-kemi-framework: added acc extra doc files split from acc.md

Daniel-Constantin Mierla 7 years ago
parent
commit
f7509ef125

+ 12 - 0
kamailio-kemi-framework/docs/modules.md

@@ -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() ####

+ 1 - 0
kamailio-kemi-framework/docs/modules/acc/acc.acc_db_request.md

@@ -0,0 +1 @@
+Equivalent of native kamailio.cfg function: `acc_db_request("comment", "dbtable")`.

+ 1 - 0
kamailio-kemi-framework/docs/modules/acc/acc.acc_log_request.md

@@ -0,0 +1 @@
+Equivalent of native kamailio.cfg function: `acc_log_request("comment")`.

+ 1 - 0
kamailio-kemi-framework/docs/modules/acc/acc.acc_request.md

@@ -0,0 +1 @@
+Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.

+ 5 - 0
kamailio-kemi-framework/docs/modules/acc/acc.header.md

@@ -0,0 +1,5 @@
+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)