Weird one this week for #FridayFun
We had a recent request where I needed to set up a series of calls in the future from some action initiated by the phone user. I settled on creating .call files directly using dialplan applications, which sounds kind of dumb, but it turns out to be pretty simple way of setting up a scheduled future call. This this the subroutine:
Reference the sub from your dialplan with three args. To schedule a call 20 min in the future where extension 4003 rings and once answered gets bridged to the echo test feature code
GoSub(lgaetz-callfile,s,1(4003,*43,20));
.call file is created, and 20 min later the phone rings with a call to the echo test.