From f969ffc1393d6ffcd8437ec1aa35255dbf73a8dd Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 2 Apr 2015 12:04:20 +0200 Subject: [PATCH] acc: uniformizing section ids --- modules/acc/doc/acc_admin.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/acc/doc/acc_admin.xml b/modules/acc/doc/acc_admin.xml index eb7acdcf03b..427b27452a0 100644 --- a/modules/acc/doc/acc_admin.xml +++ b/modules/acc/doc/acc_admin.xml @@ -25,7 +25,7 @@ To account a transaction and to choose which set of backends to be used, the script writer just has to set some flags (see the module - parameters section for flag definitions ). + parameters section for flag definitions ). If the accounting flag for a specific backend is set, the acc module will then report on completed transaction. A typical usage of the module takes no acc-specific script command -- the functionality @@ -38,7 +38,7 @@ The accounting module will log by default a fixed set of attributes for the transaction - if you customize your accounting by adding more information to be logged, please see the next chapter about extra - accounting - . + accounting - . The fixed minimal accounting information is: @@ -155,7 +155,7 @@ if (uri=~"sip:+40") /* calls to Romania */ { -
+
Extra accounting
Overview @@ -237,7 +237,7 @@ if (uri=~"sip:+40") /* calls to Romania */ {
-
+
Multi Call-Legs accounting
Overview @@ -358,10 +358,10 @@ if (uri=~"sip:+40") /* calls to Romania */ { - . Default behavior is not logging.
-
+
CDR Extra This section is similar to the LOG accounting part of - . + .
Definitions and syntax @@ -495,7 +495,7 @@ $dlg_var(callee) = $avp(callee); #callee='C'
-
+
Parameters
@@ -746,7 +746,7 @@ modparam("acc", "log_facility", "LOG_DAEMON") <varname>log_extra</varname> (string) Extra values to be logged. - See section for more details. + See section for more details. Default value is NULL. @@ -844,7 +844,7 @@ modparam("acc", "service_type", 16) <varname>radius_extra</varname> (string) Extra values to be logged via RADIUS - RADIUS specific. - See section for more details. + See section for more details. Default value is NULL. @@ -1077,7 +1077,7 @@ modparam("acc", "acc_time_column", "time") <varname>db_extra</varname> (string) Extra values to be logged into database - DB specific. - See section for more details. + See section for more details. Default value is NULL. @@ -1193,7 +1193,7 @@ modparam("acc", "diameter_client_port", 3000) <varname>diameter_extra</varname> (string) Extra values to be logged via DIAMETER - DIAMETER specific. - See section for more details. + See section for more details. Default value is NULL. @@ -1285,7 +1285,7 @@ modparam("acc", "cdr_facility", "LOG_DAEMON") <varname>cdr_extra</varname> (string) Set of pseudo-variables defining custom CDR fields. See - for more details. + for more details. Default value is NULL.