All outbound calls entering VDN / ACD should have statistics
Check CCPulse+ if there is any connected calls dropped in VDN/ACD.
A better way to identify "slow" dialing pace is described as follows.
1. Identification of bottleneck
- create Campagin Group view in CCPulse+; the default view is fine
- In Performance category, fields are good indications
SystemError 00:00:00
DialMode 12:23:11
WaitingAgent 00:00:00
WaitingPort 00:00:00
WaitingRecords 00:04:33
- above example indicates the dialer is waiting for dialing records
- the real-time panel at the LHS is another shortcut
- select interested Campaign Group(s), right-click mouse button and select
"Monitor Extended Current Status"
- In Extended mode, comprehensive campaign states are shown
StatusDeactived
StatusActivated
StatusRunning
ModePredict
ModeProgress
ModePreview
StatusWaitingRecords
StatusWaitingPorts
StatusWaitingAgents
SystemError
2. Waiting Resources
- Waiting Agent, Waiting Port and Waiting Records
- As their names implied, do whatsoever to make OCS dialing
3. Low hit rate
- A common issue for 'not-so-good' calling list (invalid contact number, etc)
- Assuming "Predictive" mode is being executed, dialing pace can be adjusted
online in OCM
- The "Optimized parameter includes "Overdial Rate", "Agent Busy Factor" and "Average Waiting time"
the "Average Waiting Time" is easier to explain; all parameters may be restricted by other option
-> to keep the agent "Average Waiting Time" to n-second, e.g., 40 seconds
- a compaign-level option "predictive_max_overdial_rate" may limit the ceiling overdial-rate
Specify the maximum allowed over-dial rate for dialing in predictive mode
Checking is performed separately from optimization parameters in predictive mode
If set to 0, OCS does not perform separate control of the over-dial rate
- OCS server uses 'overdial' rate (i.e., % of dropped calls due to connected calls terminated by dialer or ACD
when there is no ready agent) to control dialing pace
=> enable full debugging log in OCS and see these statistics
- in some countries, auto-dialer's "overdial" rate and duration of detection
(see option call_timeguard_timeout at campaign level) are restricted by local authority!
e.g., overdial <= 2% and duration of detection <= 3 seconds
- if overdail rate reaches the maximum value, OCS changes dialing mode from Predictive to Progressive
- OCS server keeps campaigns statistics in memory as long as it is loaded/running
- unload and load/run campaign reset these internal counters and may help to dial faster
- If overdial rate is not a concern, set "predictive_max_overdial_rate = 20" (or higher!) and
set "Average Waiting Time" to 30 (or smaller) seconds and observe results and behavior
***WARNING*** you may have "Racing" condition to front-end application/CRM if
CPD server is using 2-step transfer (i.e., CPD controls call_wait_in_queue_timeout value)
Regards