浏览代码

acc: Improve grammar and stress non-existence of CDR database storage.

Timo Reimann 13 年之前
父节点
当前提交
caee2ded8d
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      modules_k/acc/doc/acc_admin.xml

+ 8 - 2
modules_k/acc/doc/acc_admin.xml

@@ -322,8 +322,8 @@ if (uri=~"sip:+40") /* calls to Romania */ {
         <section>
             <title>Overview</title>
                 <para>
-                It is possible to generate and log Call Data Records (CDRs) directly from &kamailio;
-                in addition to transaction-based logging. Apart from a basic set of CDR fields which
+                In addition to transaction-based logging, it is possible to generate and log Call Data
+                Records (CDRs) directly from &kamailio;. Apart from a basic set of CDR fields which
                 are always included (covering start time, end time, and duration), the approach allows
                 flexible specification of additional fields that should be taken into account using
                 the configuration script. This is very similar to how transaction-based logging may
@@ -348,6 +348,12 @@ if (uri=~"sip:+40") /* calls to Romania */ {
                 information given will not be stored in the CDR as they cannot be accessed by the
                 end of the call when the CDR is logged.
                 </para>
+
+                <para>
+                Note that CDR generation does not involve any kind of database storage (yet). In order
+                to persist the CDRs into a database you will have to set up an exterior process (i.e.,
+                a script living outside of &kamailio;) and implement the storage task yourself.
+                </para>
         </section>
 		<section id="cdr-extra-id">
 			<title>CDR Extra</title>