search for: app_waituntil

Displaying 2 results from an estimated 2 matches for "app_waituntil".

2007 Dec 05
5
New feature: calling all bug marshals
...exten => s,n,SayUnixTime(${FUTURETIME},,HNS) exten => s,n,Playback(local) exten => s,n,WaitUntil(${FUTURETIME}) exten => s,n,Playback(beep) exten => s,n,Return() I invoke it as: exten => 712,1,Gosub(popcorn,s,1) exten => 712,n,Hangup() And lastly, attached is the source for app_waituntil.c. It's fairly straightforward, and not very big. But hopefully useful. Oh, before I forget: it does require the recording of one additional phrase, either "local" or "localtime". I've used "local" in my example above. And I read out the time first as GMT...
2007 Dec 05
2
New feature: calling all bug marshals
...en => s,n,Playback(local) > exten => s,n,WaitUntil(${FUTURETIME}) > exten => s,n,Playback(beep) > exten => s,n,Return() > > > I invoke it as: > > exten => 712,1,Gosub(popcorn,s,1) > exten => 712,n,Hangup() > > And lastly, attached is the source for app_waituntil.c. > > It's fairly straightforward, and not very big. > > But hopefully useful. > > Oh, before I forget: it does require the recording of one additional > phrase, > either "local" or "localtime". I've used "local" in my example above....