Hi all,
I've tried to search for any other topic for this issue but didn't find anything.
I'm using VCD VERSION: 2.4-287 BUILD: 101109-1621
I'm experiencing problem with callbacks in an outbound campaign (automatic campaign) into the hopper table.
To be more precise, when the scheduled time expires, the callback is inserted into the vicidial_hopper table as it is supposed to be; but as soon as the campaign local time is closed and then it reopens (let's say the following day) all the callbacks are not put into the hopper unless I set the callback status into the campaign settings. If I do set it, it includes the callbacks, BUT, without priority (that is supposed to be 50).
Looking deeply into the AST_VDhopper.pl I've noticed that an item is considered as a callback if exists a record into the vicidial_callbacks table which scheduled time is passed and its status is ACTIVE. Than it converts this status into LIVE (and converts the status from cbhold to callback into the vicidial_list as well).
So what I think it may happen is that If I either reset the hopper or the campaign time closes, those items are not considered a "real" callback anymore as their status is now LIVE.
Any ideas about this issues?
Thanks for your support!
G.A.