I have setup asterisk to read my gmail calendar and its able to read my events, i can see them on asterisk cli.However i don’t get the notifications ringing on my phone except if i reload asterisk or the module.
Is there a way to configure asterisk to send a notification(that is ringing my sip phone) only once 10 minutes before the scheduled event also without having to reload asterisk ?
I used the below example configs.
[calendar_joe]
type = ical
url = https://example.com/home/jdoe/Calendar
user = jdoe
secret = mysecret
refresh = 15
timeframe = 600
autoreminder = 10
channel = SIP/joe
context = calendar_event_notify
extension = s
waittime = 30