Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
// if (alert_box_close_counter > 0) not working though it goes in PAUSE
Change "if (alert_box_close_counter > 0)" to "if (alert_box_close_counter == 1)"
//AutoDial_ReSume_PauSe has 8 arguments and not 7 and if not 'YES' then ( (CFAI_sent > 0) && (APRclick=='YES') ) is always false regardless of CFAI_sent value
Change "agent_log_id = AutoDial_ReSume_PauSe("VDADpause",'','','','','1','');" to "agent_log_id = AutoDial_ReSume_PauSe("VDADpause",'','','','','1','','YES');"
if (alert_box_close_counter == 1)
{
if (VDRP_stage != 'PAUSED')
{
agent_log_id = AutoDial_ReSume_PauSe("VDADpause",'','','','','1','','YES');
}
}
Users browsing this forum: Majestic-12 [Bot] and 131 guests