浏览代码

presence: document fallback2db parameter, add a obselete warning# Please enter the commit message for your changes. Lines starting

Henning Westerholt 14 年之前
父节点
当前提交
843b411829
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 4 1
      modules_k/presence/README
  2. 5 1
      modules_k/presence/doc/presence_admin.xml

+ 4 - 1
modules_k/presence/README

@@ -352,7 +352,10 @@ modparam("presence", "server_address", "sip:10.10.10.10:5060")
    this mode, in case a searched record is not found in cache, the search
    this mode, in case a searched record is not found in cache, the search
    is continued in database. Useful for an architecture in which
    is continued in database. Useful for an architecture in which
    processing and memory load might be divided on more servers using the
    processing and memory load might be divided on more servers using the
-   same database.
+   same database. This parameter overwrite the configuration specified
+   from the “db_mode” parameter.
+
+   This parameter is obsolet and will be removed in future releases.
 
 
    Example 1.11. Set fallback2db parameter
    Example 1.11. Set fallback2db parameter
 ...
 ...

+ 5 - 1
modules_k/presence/doc/presence_admin.xml

@@ -287,7 +287,11 @@ modparam("presence", "server_address", "sip:10.10.10.10:5060")
 		In this mode, in case a searched record is not found in cache, 
 		In this mode, in case a searched record is not found in cache, 
 		the search is continued	in database. Useful for an architecture in
 		the search is continued	in database. Useful for an architecture in
 		which processing and memory load might be divided on more servers
 		which processing and memory load might be divided on more servers
-		using the same database.
+		using the same database. This parameter overwrite the configuration
+		specified from the <quote>db_mode</quote> parameter.
+		</para>
+		<para>
+		This parameter is obsolet and will be removed in future releases.
 		</para>
 		</para>
 		<example>
 		<example>
 		<title>Set <varname>fallback2db</varname> parameter</title>
 		<title>Set <varname>fallback2db</varname> parameter</title>