[sr-dev] [kamailio/kamailio] presence : add default_expires and use in the presence* modules (PR #3003)
Laurențiu Nicola
notifications at github.com
Fri Jan 14 15:02:05 CET 2022
@lnicola commented on this pull request.
> /* constructing message-summary event */
memset(&event, 0, sizeof(pres_ev_t));
event.name.s = "reg";
event.name.len = 3;
event.content_type.s = "application/reginfo+xml";
event.content_type.len = 23;
- event.default_expires= 3600;
+ event.default_expires= pres_default_expires;
```suggestion
event.default_expires = pres_default_expires;
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3003#pullrequestreview-852947694
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3003/review/852947694 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220114/6d5fa55a/attachment.htm>
More information about the sr-dev
mailing list