VoiceGuide IVR Software Main Page
Jump to content

Generating A Log

Recommended Posts

RE v4.9.0

I am Voice Mail Broadcasting. Please show a simple Run Program Module routine that will generate a log which shows telephone number dialed and time and date dialed.

 

Hal Netkin

Share this post


Link to post

You can use the Run Program module to save data to a file using an "echo" command. There is an example of how to do this in the Help file. If you wnat to save the telephone number dialed and time and date dialed then you can use:

 

command.com /c echo $RV_CALLEDNUMBER, $RV_STARTTIME >> c:\output.txt

 

Always specify the full path of the file to which the output is echoed.

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
×