VoiceGuide IVR Software Main Page
Jump to content

Script

Recommended Posts

To whom it may concern,

 

I trying to make voiceguide do the following have an initial message of "to have your fax number removed begining with your area code please enter your fax number into your keypad and hit the pound key, thank you." Then I would like voiceguide to capture this number and store it in excel. Does anyone have any detailed suggestions.

Thank You,

Elmer

Share this post


Link to post

You can create such a script using just two modules - one which asks for the person to enter the number, and the next to save the number if one has been entered:

Script_GetTelNumbers.gif

 

The Run Program module saved data in file c:\faxnumbers.csv using the command:

command.com /c echo $RV[Get Fax Number] >> c:\faxnumbers.csv

 

File c:\faxnumbers.csv will contain fax number on a separate line - and Excel will load this file showing all numbers in column "A".

GetTElNumber.vgs

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
×