Browse Source

acc: fixed c&p typo of parameter name in docs

Daniel-Constantin Mierla 12 years ago
parent
commit
367a0e72be
2 changed files with 5 additions and 5 deletions
  1. 4 4
      modules/acc/README
  2. 1 1
      modules/acc/doc/acc_admin.xml

+ 4 - 4
modules/acc/README

@@ -125,7 +125,7 @@ Sven Knoblich
               6.42. cdr_start_id (string)
               6.42. cdr_start_id (string)
               6.43. cdr_end_id (string)
               6.43. cdr_end_id (string)
               6.44. cdr_duration_id (string)
               6.44. cdr_duration_id (string)
-              6.45. cdr_enable (int)
+              6.45. cdr_log_enable (int)
               6.46. cdrs_table (str)
               6.46. cdrs_table (str)
               6.47. time_mode (int)
               6.47. time_mode (int)
               6.48. time_attr (str)
               6.48. time_attr (str)
@@ -281,7 +281,7 @@ Chapter 1. Admin Guide
         6.42. cdr_start_id (string)
         6.42. cdr_start_id (string)
         6.43. cdr_end_id (string)
         6.43. cdr_end_id (string)
         6.44. cdr_duration_id (string)
         6.44. cdr_duration_id (string)
-        6.45. cdr_enable (int)
+        6.45. cdr_log_enable (int)
         6.46. cdrs_table (str)
         6.46. cdrs_table (str)
         6.47. time_mode (int)
         6.47. time_mode (int)
         6.48. time_attr (str)
         6.48. time_attr (str)
@@ -691,7 +691,7 @@ $dlg_var(callee) = $avp(callee); #callee='C'
    6.42. cdr_start_id (string)
    6.42. cdr_start_id (string)
    6.43. cdr_end_id (string)
    6.43. cdr_end_id (string)
    6.44. cdr_duration_id (string)
    6.44. cdr_duration_id (string)
-   6.45. cdr_enable (int)
+   6.45. cdr_log_enable (int)
    6.46. cdrs_table (str)
    6.46. cdrs_table (str)
    6.47. time_mode (int)
    6.47. time_mode (int)
    6.48. time_attr (str)
    6.48. time_attr (str)
@@ -1161,7 +1161,7 @@ modparam("acc", "cdr_end_id", "end")
    Example 1.44. cdr_duration_id example
    Example 1.44. cdr_duration_id example
 modparam("acc", "cdr_duration_id", "d")
 modparam("acc", "cdr_duration_id", "d")
 
 
-6.45. cdr_enable (int)
+6.45. cdr_log_enable (int)
 
 
    Control if CDR-based accounting should be written to syslog.
    Control if CDR-based accounting should be written to syslog.
 
 

+ 1 - 1
modules/acc/doc/acc_admin.xml

@@ -1234,7 +1234,7 @@ modparam("acc", "cdr_duration_id", "d")
 		</example>
 		</example>
 	</section>
 	</section>
 	<section id="acc.p.cdr_log_enable">
 	<section id="acc.p.cdr_log_enable">
-		<title><varname>cdr_enable</varname> (int)</title>
+		<title><varname>cdr_log_enable</varname> (int)</title>
 		<para>
 		<para>
 		Control if CDR-based accounting should be written to syslog.
 		Control if CDR-based accounting should be written to syslog.
 		</para>
 		</para>