@vingarzan commented on this pull request.
- 0, /* max_expires */
- 3600, /*
emergency contact default expires */
- 60, /* emergency contact max expires */
- 0, /* emergency contact min expires */
- 0, /* max_contacts */
- 0, /* retry_after */
- 0, /* case_sensitive */
- Q_UNSPECIFIED, /* default_q */
- 1, /* append_branches */
- "" /* realm_pref */
+ .default_expires = 3600, /* default_expires */
+ .default_expires_range = 0, /* default_expires_range */
+ .min_expires = 60, /* min_expires */
+ .max_expires = 600000, /* max_expires */
+ .em_default_expires = 3600, /* emergency contact default expires */
+ .em_max_expires = 1800, /* emergency contact max expires */
Changed this to something which makes more sense. 1 minute is not enough to have a
meaningful emergency call complete.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3989#pullrequestreview-2343051102
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3989/review/2343051102(a)github.com>