Callback list broken
Posted: Wed Oct 23, 2019 2:33 am
After migrating from one vicidial database v8 to another v9, everything is working well with one exception: Callback list
The data imported, however in the UI, it seems that all the records in the callback list are associating to the fake lead_id 1 (which is obviously not what our vicidial_callbacks data contains). I've affirmed that the respective callback_id, lead_id, list_id, campaign_id all exist in every related table we can identify.
Below are the callback report and the first record detail.
In attempting to isolate this problem we evaluated the Active Callback page and noticed the HTML payload obtained from invoking CalLBacKLisT in vdc_db_query.php is different between our two systems. In our working v8 legacy system, the first records correctly:
However in the new v9 system the callback_id and lead_id identifiers are all pointing to the erroneous test record:
Furthermore, as one might imagine, the Callback data is not editable.
The data imported, however in the UI, it seems that all the records in the callback list are associating to the fake lead_id 1 (which is obviously not what our vicidial_callbacks data contains). I've affirmed that the respective callback_id, lead_id, list_id, campaign_id all exist in every related table we can identify.
Below are the callback report and the first record detail.
In attempting to isolate this problem we evaluated the Active Callback page and noticed the HTML payload obtained from invoking CalLBacKLisT in vdc_db_query.php is different between our two systems. In our working v8 legacy system, the first records correctly:
Clark-!T--!T-6057690838-!T-43907-!T-1100593-!T-MANUAL-!T-LIVE-!T-2019-10-18 10:51:03-!T-2019-10-21 07:00:00-!T-c/b n/a
pop. 129-!T-1-!T-
However in the new v9 system the callback_id and lead_id identifiers are all pointing to the erroneous test record:
Matt-!T-lead01-!T-7275551212-!T-9-!T-1-!T-MANUAL-!T-L-!T-2019-09-09 09:58:02-!T-2019-09-23 07:00:00-!T-ASKED 4
C/B-!T-1-!T--!T--!T-
Furthermore, as one might imagine, the Callback data is not editable.