소스 검색

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>