VoiceGuide IVR Software Main Page
Jump to content

Entered Numbers To File

Recommended Posts

Hello people,

 

With our company we want the numbers that people type in the capture entered number script.

 

They are asked to type in there phone number so we can call them back.

 

But when i use the capture entered number i hear that the numbers is beiing repeated and i can type 1 to confirm or 2 to discard.

 

But where does the program write this number to. Or how can i set it up to export it in a file.

 

We want just a text file or something like that, where we only see the numbers what our customers gives us.

Who can help me out please !!!???

 

Please HELP!!!

 

Thanks

 

Regards,

Whelp.

Share this post


Link to post
But when i use the capture entered number i hear that the numbers is beiing repeated and i can type 1 to confirm or 2 to discard.
You can chose whether this is done or not by selecting the check box in the properties page of the Get numbers module.

 

But where does the program write this number to.
The entered data is stored in a Result Variable. You can use that Result Variable throughout the rest of the script, and save the information held in it to a database, files or use it as part of VBScript or DOS Command Line to run etc.

 

Example of how the RV held data is saved to a file is in the Credit Card demo script.

 

The Help file pages you should be reading are:

 

http://www.voiceguide.com/vghelp/html/modGetNumber.htm

http://www.voiceguide.com/vghelp/html/ResultVariables.htm

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
×