VoiceGuide IVR Software Main Page
Jump to content

Outdialer: How To Log A Numeric Response

Recommended Posts

We have our Outdialer message prompting the person anwering the phone to hit a numeric key, which we have pathed to the next step. But how can we capture that numeric response in the Outdialer_Contacted_Human.txt file? Or is there another way to capture the response. I am not a VB programmer, so any help here is greatly appreciated.

Share this post


Link to post

The response would be saved automatically by VoiceGuide in the script's log file. The script log fiels are created in the same directory where the script is located.

 

The entered numbers etc can also be saved to the any database/file/etc from within the script.

 

The Outdialer_Contacted_Human.txt file is just use to store the call outcome itself, not any script related information.

Share this post


Link to post

Would you direct me to a script file that saves the response to a text file? Or show me an example of how to program this in the script, thanks.

Share this post


Link to post

Does the script log file (*.vgl) get erased each time the script is used? Or does data append to the log file each time it is used?

Share this post


Link to post

.vgl is appended to.

 

Easy to check for yourself: make two or more calls and look at the .vgl - you'll see all the calls are listed there.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×