How do you insert Easter monday dates (in advance) in Time Groups?
Not sure I understand your question…
Please elaborate on your question.
Normally, you would enter April 10 for Easter Monday 2023.
Yes that is possible for next year (2023).
But how about 2024 (1.April), 2025,…
If you want it automated for every year then you would need to use Dynamic Destinations Addon. And a local or public Holiday API which sends information (like 0 or 1) if the current day is a holiday or not.
Time groups uses Asterisk’s GotoIfTime() application, it does not support adding years.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_GotoIfTime
You can submit a feature request on issues.asterisk.org, but you will have to submit a patch, since feature requests are only accepted with a patch.
The other way around it, it to use a custom context or do what @mo10 has mentioned.
Try with:
select count(*) as response from easterMonday WHERE.....


