Module: sip-router Branch: master Commit: 843b411829bbfcd14fd0c18b0271e4b72e9c6ce7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=843b411829bbfcd14fd0c18b0271e4b72e9c6ce7
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: Fri Jul 1 17:16:19 2011 +0200 presence: document fallback2db parameter, add a obselete warning# Please enter the commit message for your changes. Lines starting --- modules_k/presence/README | 5 ++++- modules_k/presence/doc/presence_admin.xml | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/modules_k/presence/README b/modules_k/presence/README index 060eef3..51ae45e 100644 --- a/modules_k/presence/README +++ b/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 ... diff --git a/modules_k/presence/doc/presence_admin.xml b/modules_k/presence/doc/presence_admin.xml index 854224f..b2a1629 100644 --- a/modules_k/presence/doc/presence_admin.xml +++ b/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> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
