1
Running QueueMetrics / Re: Automatic Call back technical support
« on: February 26, 2019, 00:44:49 »
This kind of system should be automatic, regardless of the dial option in Wombat. The agent should not have to preview or make any other kind of decision. The caller had a place in queue, also known as "position in queue". Once they hit 1 for the breakout queue, that position should be maintained to make that call. We have actually been able to implement that by passing on the position in queue and keeping track of all calls in a separate SQL table. We then insert the call at the appropriate time via API into Wombat, but that required a bit of programming on our end. It's not as easy as the tutorial suggests if you want to maintain position.
Additionally, this solution creates a new issue: Reporting is off. When the caller chooses the breakout menu to schedule the callback, QM counts the call as a "lost" call. This inflates the call abandon rate artificially.
Additionally, this solution creates a new issue: Reporting is off. When the caller chooses the breakout menu to schedule the callback, QM counts the call as a "lost" call. This inflates the call abandon rate artificially.