Using historical call result data for finding the best phone number

Hello

Has anyone developed an algorithm to find the best phone number and the next best phone number using historical call result information of the customer?

Second question: when automating a solution using historical call result data, which approach is better - finding best phone number or finding the worst phone number?

Thanks!

What you are asking is actually more CRM data than telephony data. If you have (any) result sets which can be matched with your Inbound/Outbound callers, I expect you are talking about a Result Code entered by an Agent in ACW…?

Let’s assume that you are comparing your callers with your enterprise result data and go with a hypothesis;

Finding the most frequent number will not necessarily mean the “best” - similarly, the least-frequent number may not be the worse. It’s all about quantifying the result - the Frequency vs. Result. For example:

IF a number gets a good result, every time, it could be marked as “1”
IF a number gets a good result half the time, it could be marked as “2”
IF a number gets a good result less than half the time, it could be marked as “3”
IF a number rarely gets a good result, it could be marked ars “4”
IF it’s never had or good result or it’s new - or if it doesn’t fit any criteria above, it could be marked as “5”

Now you have a priority order to use for future business. As long as you keep it up by adding a result code which can be used in your reporting “algorithm”, then it should work indefinitely.

But this is just a hypothesis…