QueueMetrics forum

QueueMetrics => Running QueueMetrics => Topic started by: Stephenv on July 19, 2012, 12:21:24

Title: [SOLVED] Zero unanswered calls
Post by: Stephenv on July 19, 2012, 12:21:24
Hi

A client of ours is running Queue Metrics 12.5.1. They pull reports on all queues of the amount of answered and unanswered calls every day and put the data into a spreadsheet. Something seem to have happened on the 10th of this month as its now showing zero unanswered calls every day, even if I now try to pull reports for anything before the 10th.

What can I do to troubleshoot this? In which table does it show the status of an unanswered call? Better yet, what sql query is run when a report it pulled to show answered/unanswered calls?

Thanks
Title: [SOLVED] Zero unanswered calls
Post by: Stephenv on July 20, 2012, 11:08:33
We managed to sort this out.

It seems with a cluster setup, we need to have default.joinMultiStintCalls=true set to false in configuration.properties.
Title: Re: [SOLVED] Zero unanswered calls
Post by: Stephenv on July 20, 2012, 11:42:40
Just to clarify, we think this is a bug in Queue Metrics as we actually need multistint on, but turning it off for now allows us to see unanswered calls.
Title: Re: [SOLVED] Zero unanswered calls
Post by: QueueMetrics on July 24, 2012, 11:11:19
It actually depends on your call routing.
Title: Re: [SOLVED] Zero unanswered calls
Post by: Stephenv on July 24, 2012, 12:49:31
Can you explain how it depends?
Title: Re: [SOLVED] Zero unanswered calls
Post by: QueueMetrics on July 26, 2012, 10:16:04
In general, running on a cluster or not, you get zero unanswered calls in multi-stint mode if calls have a unique-id that matches an existing call that was answered.
Title: Re: [SOLVED] Zero unanswered calls
Post by: emilec on July 26, 2012, 12:13:30
The problem here is that there are calls with a state of abandon that were not answered anywhere, so I would expect that even with multi-stint mode enabled I would still see the abandond calls in the reports.
Title: Re: [SOLVED] Zero unanswered calls
Post by: QueueMetrics on August 03, 2012, 09:25:40
But I would expect each of them to have a different unique id.