VoiceGuide IVR Software Main Page
Jump to content

Delete Job

Recommended Posts

I know you can add a call to voice guide using the evaluate expression module but what i was wondering if you could delete a job from voice guide using the same module..

 

Here;s the scenario - someone gets a series of messages sent to them and if they follow the success path on one of the modules i want the calls that were scheduled for them to be deleted... a bit like unsubscribing from an autoresponder i suppose...

 

is this possible??

Share this post


Link to post

You would need to delete the entries from the OutDialQue.mdb database (in VoiceGuide's \data\ subdirectory). This can be done quite easily using the DB Query module. the SQL statement would be something like this:

 

DELETE from CallQue WHERE PhoneNumber='$RV[PhoneNumberToDelete]'

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
×