VoiceGuide IVR Software Main Page
Jump to content

Getting Data From The Call Log From An Asp File.

Recommended Posts

I am trying to interface VoiceGuide with a website. Example. Get the list of the modules that a caller visited and all the information stored in the call log, and load it into a database. I don't want to have to add a module to each module I already have in the call script so that I record the current script and info to the database. I want to know if there is a variable like $RV[Current Call Path History] or something that shows what they did during that call without having to read the .vgl file directly.

 

You can email me at jeff_pegg@hotmail.com if you know the answer.. Thank you.

Share this post


Link to post

You can retrieve the information which will eventually be saved in the log file by using the RvGet_All() or RvGet_AllXml() COM functions.

 

The information returned will be the same as what's stored in the log file... it will contain what modules were visited and what the caller did at each of the modules they visited.

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
×