sbensen Report post Posted 03/17/2005 10:27 PM I am trying to write the results for each call into a Access Database. In all modules where there is numberic input, the data is written appropriately. However, I am having trouble tracking which modules have been "played" for a particular call. If a client listens to a play module and the module times out and moves to the next module, what is stored in the RV for that particular module. I thought it would be 0 or Timeout. I set all my RV's to -1 at the beginning of the script. And whether or not a play module is executed, the RV stays -1. If there a way to record the fact the a particular play module was executed and timed out during a particular call? Also, for function modules where I'm evaluating a T/F expression. I don't seem to get a True or False stored in the RV for that function module. Any guidance would be appreciated. Share this post Link to post
SupportTeam Report post Posted 03/17/2005 11:11 PM Please update your v5.2.3b installation with attached .exe. The Play module's RV will now be set to 'timeout' if a timeout path is taken. Also, for function modules where I'm evaluating a T/F expression. I don't seem to get a True or False stored in the RV for that function module. Could you please post a copy of VoiceGuide's Debug Printout which captures the execution of that module, and post the script itself. VgMulti_5.2.3072.zip Share this post Link to post
sbensen Report post Posted 03/18/2005 05:59 PM How do I intall the upgrade. Do I need to place the zip file in the VoiceGuide program directory, or can I unzip in a junk folder and run set up? I had trouble with the last upgrade I tried to install. I currently run version 5.2.3063 Share this post Link to post
SupportTeam Report post Posted 03/18/2005 09:25 PM The .ZIP file contains one .exe file - copy this file into your VG directory, overwriting existing file. Share this post Link to post