When a call arrives at an agent and the agent does not answer the calls
- CallsAbandonedFromRinging gives me the calls which are redirected to the Queue; not according to specs IMO because the caller don’t take action;
- CallsAbandoned gives me the calls which are abandoned from the Queue
I can live with that but …
when the caller hangs up while ringing both statistics are incremented; and I’ve problems with that; I tried to used the statistical type Total_Forwarded to count calls which are not answered by agent and are redirected to the queue; however the latter seems not to work
Anyone who can help me out