health4us Report post Posted 11/13/2003 08:15 AM 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
SupportTeam Report post Posted 11/13/2003 11:23 AM 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