From c0c8bfecbb418205328ac13d47ebd7a08dc25def Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 18 Jan 2017 14:16:18 +0100 Subject: [PATCH] modules: readme files regenerated - presence ... --- src/modules/presence/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modules/presence/README b/src/modules/presence/README index 2b3454f154e..c8153e82b18 100644 --- a/src/modules/presence/README +++ b/src/modules/presence/README @@ -753,6 +753,12 @@ modparam("presence", "subs_remove_match", 1) this attribute is not in the avp, the priority of the presence document is based on timestamp, so newer documents have higher priority. + * delete_subscription - 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. Default value is empty (not set).