Create a .cmd file that causes a computer beep, then use the "Run Program" step in TeleFlow to run that .cmd file near the very beginning of your TeleFlow application.
<br>
<br>A command file to do this can be created on the command line with: "echo echo ^G > Beep.Cmd"
<br>
<br>This will create Beep.cmd, which will contain a Ctrl G (which will look like ^G). The Ctrl G is what causes the beep. You should run the Beep.cmd right after creating it to ensure it beeps before adding this to your TeleFlow application.
<br>
<br>Another way to know what stage the system is at is to watch TeleFlow Monitor. This will show what step is being run. When it shows Wait for Call, you know TeleFlow is up and running and is ready to receive calls.
|