Browse Source

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

Henning Westerholt 14 years ago
parent
commit
843b411829
2 changed files with 9 additions and 2 deletions
  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
    is continued in database. Useful for an architecture in which
    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
 ...

+ 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, 
 		the search is continued	in database. Useful for an architecture in
 		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>
 		<example>
 		<title>Set <varname>fallback2db</varname> parameter</title>