[tt]
Total Calls Entered
- Number of calls entered to the ACD queue; see diagram below
- X1 and X2, if exist, cannot be monitored in current configuration
- Entered = Abandoned + Answered + (X1 + X2)
X1=overflow X2=overflow/answered by non-monitored DN
! !
! !
+------------------------+ !
--Entered--> | ACD Queue |---Distributed-----> [Phone]--Answered
+------------------------+ |
| |
Abandoned in Queue Abandoned in Ringing
| |
+--------> Abandoned <-------------------+
[/tt]
Abandoned calls result from "CallState" in Genesys Framework.
If ACD queue is 'real' switch object, 'abandoned' callstate will be assumed
If ACD queue is Genesys virtual queue, 'CallCleared' callstate is referred to 'abandoned'
-> thus, CCPulse+ and DMA template for virtual queue abandoned calls should be changed to 'Callcleared'
(for Genesys 7.0 and above, at least!)
For the specific question, it seems that URS cannot capture "Abandoned In Ringing" since call path goes through the 'green' dot in strategy.
An alternative method is to customize a program to monitor virtual queue and agent extension/position (or use TRegisterAll(), which is removed from Genesys T-server 7.x SDK API function list; the function can be linked to older version of SDK native C library, however!). This approach is messy but feasible!