[sr-dev] git:master:18029a11: presence: update documentation for new parameter, `force_delete`
Emmanuel Schmidbauer
emmanuel at getweave.com
Sat May 7 09:17:24 CEST 2016
Module: kamailio
Branch: master
Commit: 18029a11e8eddcde059a8342669125a488ee5d7a
URL: https://github.com/kamailio/kamailio/commit/18029a11e8eddcde059a8342669125a488ee5d7a
Author: Emmanuel Schmidbauer <emmanuel at getweave.com>
Committer: Emmanuel Schmidbauer <emmanuel at getweave.com>
Date: 2016-05-06T10:11:29-04:00
presence: update documentation for new parameter, `force_delete`
---
Modified: modules/presence/doc/presence_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/18029a11e8eddcde059a8342669125a488ee5d7a.diff
Patch: https://github.com/kamailio/kamailio/commit/18029a11e8eddcde059a8342669125a488ee5d7a.patch
---
diff --git a/modules/presence/doc/presence_admin.xml b/modules/presence/doc/presence_admin.xml
index d4ce6bb..b6426ac 100644
--- a/modules/presence/doc/presence_admin.xml
+++ b/modules/presence/doc/presence_admin.xml
@@ -278,6 +278,28 @@ modparam("presence", "notifier_processes", 2)
</example>
</section>
+ <section id="presence.p.force_delete">
+ <title><varname>force_delete</varname> (int)</title>
+ <para>
+ Enabling this parameter will delete expired presentity records without updating watchers.
+ </para>
+ <para>
+ Set this parameter to <quote>1<quote> to enable.
+ </para>
+ <para>
+ <emphasis>Default value is <quote>0</quote>.
+ </emphasis>
+ </para>
+ <example>
+ <title>Set <varname>force_delete</varname> parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("presence", "force_delete", 1)
+...
+</programlisting>
+ </example>
+ </section>
+
<section id="presence.p.to_tag_pref">
<title><varname>to_tag_pref</varname> (str)</title>
<para>
More information about the sr-dev
mailing list