瀏覽代碼

acc: updated docs for acc_extra_size and cdr_extra_size

Daniel-Constantin Mierla 3 年之前
父節點
當前提交
9d65e09056
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/modules/acc/doc/acc_admin.xml

+ 8 - 4
src/modules/acc/doc/acc_admin.xml

@@ -1447,10 +1447,12 @@ modparam("acc", "cdr_on_failed", 0)
 	<section id="acc.p.acc_extra_size">
 		<title><varname>acc_extra_size</varname> (int)</title>
 		<para>
-		This parameter is meant to replace MAX_ACC_EXTRA fixed size with desired size.
+			Set the maximum number of extra attributes that can be stored in the
+			accounting record (event accounting record). It is related to log_extra
+			and db_extra module parameters.
 		</para>
 		<para>
-		Default value is 64 (MAX_ACC_EXTRA).
+		Default value is 64.
 		</para>
 		<example>
 		<title>acc_extra_size</title>
@@ -1465,10 +1467,12 @@ modparam("acc", "acc_extra_size", 100)
 	<section id="acc.p.cdr_extra_size">
 		<title><varname>cdr_extra_size</varname> (int)</title>
 		<para>
-		This parameter is meant to replace MAX_CDR_EXTRA fixed size with desired size.
+		Set the maximum number of extra attributes that can be stored in the
+		call data record (cdr by dialog module). It is related to cdr_extra
+		module parameter.
 		</para>
 		<para>
-		Default value is 64 (MAX_CDR_EXTRA).
+		Default value is 64.
 		</para>
 		<example>
 		<title>cdr_extra_size</title>