What's New
2025 - September 8 - Update 3
2025- September 8 - RevisionUpdate 2
- Extensions 'Additional Extension Settings' has changed to be easier to manage on smaller screens

2025 - September 8 - RevisionUpdate 1
- IVR/Blockly: New Feature: If Time
- IVR/Blockly: New Feature: Set Test Time
- Example Usages
- - You can now do checks like: July 4... and the system does NOT care about a SPECIFIC calendar date. it will check for July 4 for any year
- - 8:00-9:00 -- This will check if it's ANY DAY between 8 and 9 am. Make sure to use 24h times.
- - 8:00-14:00 -- This will check if it's between 8am and 2pm for any day
- You can mix and match:
- Example: 8:00-14:00 DayOfWeek: 1 -- This will check for 8a-2pm Mondays
- You can use numeric days of week or named days of week, like 'mon/tue/wed'.
- You can use ranges like: tue-wed
- You can use day ranges, like 10-20 (10th of the month to the 20th of the month)
Below are some examples