VoiceGuide IVR Software Main Page
Jump to content

Vg No Answer

Recommended Posts

The trace shows that all the calls were answered immediately when a "Ring" event was reported by the TAPI device that you are using (VoiceLink-X).

 

There are many calls in the trace, which call are you referring to? Please provide the time of the call.

 

 

 

Also, you are doing SQL queries which result in a large amount of data returned to VoiceGuide. This would slow the v5 of VoiceGuide down (v7 guards against this and is not slowed down by large database queries)

 

One SQL query that we can see that you are doing is:

 

SELECT * FROM GOODS ORDER BY PRODUCTID DESC

 

You should change this to select either only those entries that you want. Have a look at the trace to see the time this query takes to process and the amount of data that is imported int VG from the Database and then stored in VoiceGuide's $RVs

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
×