[sr-dev] git:master:7d31f6fc: presence: documentation for delete_subscription

GitHub noreply at github.com
Wed Jan 18 14:08:26 CET 2017


Module: kamailio
Branch: master
Commit: 7d31f6fc7b57706ccb7f4dc9d82b8793633ee3b0
URL: https://github.com/kamailio/kamailio/commit/7d31f6fc7b57706ccb7f4dc9d82b8793633ee3b0

Author: lazedo <luis.azedo at factorlusitano.com>
Committer: GitHub <noreply at github.com>
Date: 2017-01-18T09:45:54Z

presence: documentation for delete_subscription

---

Modified: src/modules/presence/doc/presence_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/7d31f6fc7b57706ccb7f4dc9d82b8793633ee3b0.diff
Patch: https://github.com/kamailio/kamailio/commit/7d31f6fc7b57706ccb7f4dc9d82b8793633ee3b0.patch

---

diff --git a/src/modules/presence/doc/presence_admin.xml b/src/modules/presence/doc/presence_admin.xml
index 6292340..a9c7cae 100644
--- a/src/modules/presence/doc/presence_admin.xml
+++ b/src/modules/presence/doc/presence_admin.xml
@@ -780,6 +780,14 @@ modparam("presence", "subs_remove_match", 1)
 			the priority of the presence document is based on timestamp,
 			so newer documents have higher priority.</para>
         </listitem>
+        <listitem>
+			<para><emphasis>delete_subscription</emphasis> - integer value to 
+			give extra control of deleting the subscription after processing of
+			event_route[presence:notify-reply]. If value = 1, it deletes the subscription.
+			If xavp_cfg parameter is set but this attribute is not in the avp,
+			the subscription is not deleted. this does apply for code 404 and 481
+			where subscription is deleted.</para>
+        </listitem>
      </itemizedlist>
     <para>
         Default value is <emphasis>empty</emphasis> (not set).




More information about the sr-dev mailing list