VoiceGuide IVR Software Main Page
Jump to content

Ougtoing Calls Mysql

Recommended Posts

Hi I'm setting outgoing calls using Mysql database.

The point is that I wanted to stop the campaign by setting RetriesLeft =-1000 see CallQue in attachement.

The problem is that the dialer does not stop the calls. What's wrong

 

Tkx

h

callque.zip

Share this post


Link to post

To stop the calls the "ActivationTime" field should be set to a future date/time. The "RetriesLeft" field is only used when the call has not succeeded to determine if another call should be made. If you set the vgEngine trace level to 20 you should be able to see the actual SQL queries used by VoiceGuide to select the calls and update databases etc. (and also you could trace the VoiceGuide SQL on the MySQL side as well).

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
×