@lnicola commented on this pull request.
@@ -43,7 +53,7 @@ int conference_add_events(void)
event.content_type.s = "application/conference-info+xml";
event.content_type.len = 31;
- 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-852946801
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3003/review/852946801(a)github.com>