i have this call time from 5:00 pm - 9:00 pm every day of the week only for 1 campaign, but i would like to run this campaign Mon-Wed-Fri from 10:00 Am to 12:00 Pm too
Question: is this the cron job that i need to run in order to run this campaign also Mon-Wed-Fri from 10:00 Am to 12:00 Pm ???
0 17-21 * * 1-5 /usr/share/astguiclient/AST_DB_calltime_change.pl --calltime=5pm-9pm -q --default-start=1700 --default-stop=2100
0 10-12 * * 1,3,5 /usr/share/astguiclient/AST_DB_calltime_change.pl --calltime=5pm-9pm -q --default-start=1000 --default-stop=1200
or just add the additional time condition for this campaign ?