[sr-dev] git:master:25a99503: presence: added section for subs_remove_match parameter in docs

Daniel-Constantin Mierla miconda at gmail.com
Sat Jan 3 12:21:24 CET 2015


Module: kamailio
Branch: master
Commit: 25a99503c2fb1733f201552028be9c030e48efe3
URL: https://github.com/kamailio/kamailio/commit/25a99503c2fb1733f201552028be9c030e48efe3

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-03T12:21:05+01:00

presence: added section for subs_remove_match parameter in docs

---

Modified: modules/presence/doc/presence_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/25a99503c2fb1733f201552028be9c030e48efe3.diff
Patch: https://github.com/kamailio/kamailio/commit/25a99503c2fb1733f201552028be9c030e48efe3.patch

---

diff --git a/modules/presence/doc/presence_admin.xml b/modules/presence/doc/presence_admin.xml
index e37ddc9..f7472f9 100644
--- a/modules/presence/doc/presence_admin.xml
+++ b/modules/presence/doc/presence_admin.xml
@@ -621,6 +621,28 @@ modparam("presence", "local_log_level", 3)
 </programlisting>
 	    </example>
 	</section>
+	<section id="presence.p.subs_remove_match">
+	    <title><varname>subs_remove_match</varname> (int)</title>
+	    <para>
+		Control how to match the subscriptions to remove from memory.
+		If set to 0, then the match is done on To-Tag (local generated),
+		if set to 1, then the match is done on all dialog attributes
+		(Call-Id, From-Tag, To-Tag).
+	    </para>
+	    <para>
+		<emphasis>
+		    Default value is 0.
+		</emphasis>
+	    </para>
+	    <example>
+		<title>Set <varname>subs_remove_match</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("presence", "subs_remove_match", 1)
+...
+</programlisting>
+	    </example>
+	</section>
 
 </section>
 




More information about the sr-dev mailing list