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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
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>
 


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to