I have an IVR app in C using HMP AoH. We are processing all received events on incoming calls like collecting DTMP digits, playing messages and collecting voice messages. I need to add a timer function to this so that the timer goes off every say 2 minutes and I get a message in the event queue . I use that event to handle out bound functions not initiated by the users calling in. Basically, I need a custom event ( always same event) to be generated every 2 minutes so that I can use that as a cue to initiate actions from the script. The platform is windows. Please HELP