Multiple calls to same phone number.
Posted: Fri Feb 22, 2019 3:38 pm
Greetings all. Ran into a problem today and looking for solution. Upfront, I think it might just be database server load but not sure. Here it is. We have some instances where the same lead was called at the same phone number 2 or more times EXACTLY 60 seconds apart according to lead search results. We are running ADAPT_AVERAGE dial method with Auto Alt-Number Dialing set to EXTENDED_ONLY. Since we have several dialer manages, first thought someone changed campaign setting incorrectly. I checked and everything seems fine. I reduced allowed campaign dial statuses to NEW only. Same thing. Servers load is Ok. See below.
In every instance of this, the time between double dialed calls is 60 seconds Exactly.
Any clues?
- Code: Select all
CALLS TO THIS LEAD:
# DATE/TIME LENGTH STATUS TSR CAMPAIGN LIST LEAD HANGUP REASON PHONE CALLER ID
1 2019-02-22 12:47:46 64 WG VDAD USCOLECT 603 76313535 AGENT XXXXXXXXXX
2 2019-02-22 12:47:21 0 NA VDAD USCOLECT 603 76313535 NONE XXXXXX0535 <--- 2nd DIAL
3 2019-02-22 12:46:21 0 NA VDAD USCOLECT 603 76313535 NONE XXXXXX0535 <--- 1st DIAL
- Code: Select all
uniqueid lead_id list_id call_date start_epoch end_epoch length_in_sec status phone_number user term_reason alt_dial called_count
1550861129.19767 76313535 603 2019-2-22 12:46:21 1550861181 1550861181 0 NA XXXXXX0535 VDAD NONE NONE 1
1550861190.29689 76313535 603 2019-2-22 12:47:21 1550861241 1550861241 0 NA XXXXXX0535 VDAD NONE X1 2
1550861246.19913 76313535 603 2019-2-22 12:47:46 1550861266 1550861270 64 WG XXXXXXXXXX VDAD AGENT X2 3
In every instance of this, the time between double dialed calls is 60 seconds Exactly.
Any clues?