Sometimes it’s important to set proper timezone on the server and recently I’ve got this task: set proper timezone automatically based on the server’s location in Azure Cloud. Moreover, I needed timezone to be set automatically by Terraform upon virtual machine creation. In my case I had Ubuntu VMs in Azure and here is the …
Tag: Timezone
Jul 29 2022
Using GotoIfTime with Timezones in Asterisk
Starting from Asterisk 1.6 GotoIfTime application supports Timezone parameter: [Syntax] GotoIfTime(times,weekdays,mdays,months[,timezone]?[labeliftrue][:labeliffalse]) I setup a system that receives calls from people in different timezones so I need to use Timezone parameter in GotoIfTime Asterisk application. Surprisingly I could not find examples on Asterisk’s website so I had to search for some. There can be two possible …