Module: sip-router
Branch: master
Commit: 367a0e72be1d5e5de0fa84ca2a8d11f7d5b54abe
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=367a0e7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Sep 5 11:08:17 2013 +0200
acc: fixed c&p typo of parameter name in docs
---
modules/acc/README | 8 ++++----
modules/acc/doc/acc_admin.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/acc/README b/modules/acc/README
index 3f5bf16..e837964 100644
--- a/modules/acc/README
+++ b/modules/acc/README
@@ -125,7 +125,7 @@ Sven Knoblich
6.42. cdr_start_id (string)
6.43. cdr_end_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.47. time_mode (int)
6.48. time_attr (str)
@@ -281,7 +281,7 @@ Chapter 1. Admin Guide
6.42. cdr_start_id (string)
6.43. cdr_end_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.47. time_mode (int)
6.48. time_attr (str)
@@ -691,7 +691,7 @@ $dlg_var(callee) = $avp(callee); #callee='C'
6.42. cdr_start_id (string)
6.43. cdr_end_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.47. time_mode (int)
6.48. time_attr (str)
@@ -1161,7 +1161,7 @@ modparam("acc", "cdr_end_id", "end")
Example 1.44. cdr_duration_id example
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.
diff --git a/modules/acc/doc/acc_admin.xml b/modules/acc/doc/acc_admin.xml
index 3ff5761..78f025a 100644
--- a/modules/acc/doc/acc_admin.xml
+++ b/modules/acc/doc/acc_admin.xml
@@ -1234,7 +1234,7 @@ modparam("acc", "cdr_duration_id",
"d")
</example>
</section>
<section id="acc.p.cdr_log_enable">
- <title><varname>cdr_enable</varname> (int)</title>
+ <title><varname>cdr_log_enable</varname> (int)</title>
<para>
Control if CDR-based accounting should be written to syslog.
</para>