use the configuration xavp to control subscription deletion after notify searches for `delete_subscription` value in the configuration xavp You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/914
-- Commit Summary --
* presence: allow control of subscription deletion
-- File Changes --
M src/modules/presence/notify.c (22)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/914.patch https://github.com/kamailio/kamailio/pull/914.diff
You have to add the description in the docs for the new attribute.
@lazedo pushed 1 commit.
7d31f6f presence: documentation for delete_subscription
@miconda added documentation. would liketo port this to 4.4
this pull requests represents a changing behaviour and in principle shouldn't be in 4.4, but we do have some contraints controlling the deletion of subscriptions. with this pull request we can manage a threshold of notify failures and delete the subscription based on that threshold.
Thanks! I can be merged!
Merged #914.