Module: kamailio Branch: master Commit: c0c8bfecbb418205328ac13d47ebd7a08dc25def URL: https://github.com/kamailio/kamailio/commit/c0c8bfecbb418205328ac13d47ebd7a0...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-01-18T14:16:18+01:00
modules: readme files regenerated - presence ...
---
Modified: src/modules/presence/README
---
Diff: https://github.com/kamailio/kamailio/commit/c0c8bfecbb418205328ac13d47ebd7a0... Patch: https://github.com/kamailio/kamailio/commit/c0c8bfecbb418205328ac13d47ebd7a0...
---
diff --git a/src/modules/presence/README b/src/modules/presence/README index 2b3454f..c8153e8 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).