Module: kamailio Branch: lazedo/4.2 Commit: acc6fd0bafda9f5040132a2eaa6b5fde69361bb1 URL: https://github.com/kamailio/kamailio/commit/acc6fd0bafda9f5040132a2eaa6b5fde...
Author: Luis Azedo luis@2600hz.com Committer: Luis Azedo luis@2600hz.com Date: 2015-02-11T17:40:34Z
presence : add min_expires_action parameter
action to take when min_expires > 0
possible values are 1 - RC compliant, return "423 Interval Too Brief" 2 - force min_expires in the subscription
(cherry picked from commit 265a38a08a21dbeab2b9d310bd521e9c25f5d24a)
---
Modified: modules/presence/doc/presence_admin.xml Modified: modules/presence/presence.c Modified: modules/presence/presence.h Modified: modules/presence/subscribe.c Modified: modules/presence/subscribe.h Modified: modules/presence/utils_func.c Modified: modules/presence/utils_func.h
---
Diff: https://github.com/kamailio/kamailio/commit/acc6fd0bafda9f5040132a2eaa6b5fde... Patch: https://github.com/kamailio/kamailio/commit/acc6fd0bafda9f5040132a2eaa6b5fde...
Is this a bug fix? It's seems a new feature to me.
well, its a new feature that mitigates problems ocurring with some UAs on 4.2.
we had something close to this in our kamailio repo but it wasn't commited when we initially commited the kazoo module.
we are now rolling kamailio-4.2 to our customers/community and found these issues.
in our repo we just added a min_expires and enforced it.
btw, it was cherry-picked to private branch lazedo/4.2 not 4.2
does that help ?
________________________________ From: sr-dev [sr-dev-bounces@lists.sip-router.org] on behalf of Victor Seva [linuxmaniac@torreviejawireless.org] Sent: Wednesday, February 11, 2015 10:10 AM To: Kamailio (SER) - Development Mailing List Subject: Re: [sr-dev] git:lazedo/4.2:acc6fd0b: presence : add min_expires_action parameter
Is this a bug fix? It's seems a new feature to me.