Hi everyone,
I’m using the IFTIME function in the Asterisk dialplan to evaluate whether the current time falls within a specific interval. For example:
dialplan eval function IFTIME(07:00-16:30,*,*,*?true:false)
This works fine, but now I’d like to perform the same check based on a specific timezone (e.g., not the server’s local time).
Is there a way to configure IFTIME or use another method in the dialplan to evaluate the time interval based on a specific timezone?