VERSION: 2.14-697a
BUILD: 190121-2019
SVN: 3063
DB: 1562
V: 2.14b0.5
- - - - -
Hi all,
I have just spotted an issue with a couple of our servers (multiple versions) however the example below is from our most recent install (server details above).
Initially I spotted this when viewing (admin_modify_lead.php) but running the following statement flags up the issue.
- Code: Select all
+--------------+-----------+---------------+------------------------------------------+---------+----------+------------------+
| recording_id | extension | length_in_sec | filename | lead_id | user | vicidial_id |
+--------------+-----------+---------------+------------------------------------------+---------+----------+------------------+
| 10457 | 8309 | 7 | 1000_XXXXX25685_XXXXXXX_20190515-165933 | 6796 | XXXXXXX | 1557935944.25815 |
| 10607 | 8309 | 77 | 1000_XXXXX25685_XXXXXXX_20190516-090548 | 6796 | XXXXXXX | 1557993928.423 |
| 12541 | 8309 | 161 | 1000_XXXXX97209_XXXXXX_20190516-134418 | 6796 | XXXXXXX | 1558010808.15564 |
| 12559 | 8309 | 1 | 1000_XXXXX25685_XXXXXX_20190516-134658 | 6796 | XXXXXXX | 1558010808.15564 |
| 16866 | 8309 | 75 | 1000_XXXXX78543_XXXXXXX_20190517-160757 | 6796 | XXXXXXX | 1558105725.25193 |
| 17987 | 8309 | 51 | 1000_XXXXX08329_XXXXXXXX_20190520-105231 | 6796 | XXXXXXXX | 1558345975.8424 |
| 18566 | 8309 | 49 | 1000_XXXXX27947_XXXXXXXX_20190520-122237 | 6796 | XXXXXXXX | 1558351378.13155 |
+--------------+-----------+---------------+------------------------------------------+---------+----------+------------------+
Searching on lead_id there are different recordings attached of different clients / lead_id's under the same record / lead_id in the recording_log table.
At first I thought it may be alternative numbers for the lead, however this is not the case.
This is quite a concern as the recordings or statuses / dispositions are not being recorded correctly.
Is this something that you have come across before?