VoiceGuide IVR Software Main Page
Jump to content

How Do You Canceling Outgoing Calls?

Recommended Posts

Dear Support:

 

I have built a c# program which places outgoing calls through creation of XML files that get dropped into the appropriate VG directory. Once the file is picked up the outgoing calls work perfectly. Is there a way to cancel all calls in the queue?

 

Privously, I was able to open up the database through Access but it now appears to be a VISTA DB. Are there any tools or interfaces to canceling calls pending?

Share this post


Link to post

Easiest way to delete the call entries in database is to use the VoiceGuide's Outbound Call Loader application. Outbound Call Loader lets you pause or delete calls on a per-campaign basis.

 

Current versions of VoiceGuide v7 use the SQLite database. SQLite has many tools available for it.

 

If you can write C# then you can also delete the call entries from the CallQue and PortToUse tables programatically by issuing SQL commands to the database provider.

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
×