Author Topic: What does agent disconnected mean?  (Read 4113 times)

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
What does agent disconnected mean?
« on: August 30, 2010, 19:19:31 »
Hi Everyone,

I am wondering what agent disconnected means in a call where it's duration is ZERO seconds:

Code: [Select]
Date          Caller           Queue           Wait   Duration   Pos.   Disconnection   Handled by   Attempts  
08/30 - 12:03:41 2133334444 Russian-Queue 0:05   0:00   1 Agent Agent/335 1 1


And here is the call details:
Code: [Select]
Call detail

Asterisk Call ID:   1283184185.30073
Date and time:   08/30 - 12:03:41
Queue:   Russian-Queue [498]
Caller ID:   2133334444
Handled by:   agent/335
Duration:   0 sec.
Waiting time:   5 sec.
Original position   # 1
Disconnection cause:   Agent disconnected
Transferred to:  
Attempts:   1
Stints:   1
URL:  
Status code:  
Srv  
DNIS  
IVR selection  

Thanks
« Last Edit: September 01, 2010, 16:36:58 by torontob »

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
Re: What does agent disconnected mean?
« Reply #1 on: September 01, 2010, 16:37:21 »
Any answers guys?

Thanks

marcos

  • Loway
  • Full Member
  • *
  • Posts: 138
  • Karma: 3
    • View Profile
Re: What does agent disconnected mean?
« Reply #2 on: September 06, 2010, 10:19:21 »
Hi,

Agent disconnected means that Asterisk PBX inserted a COMPLETEAGENT event in the queue_log file.
This should be caused, normally, if the agent is the person that terminates the received call.
In the example reported I assume the agent answers the call after 5 seconds and drops it in a shortest time (less than 1 second).

Thank you and regards,
Marco Signorini.

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
Re: What does agent disconnected mean?
« Reply #3 on: September 07, 2010, 17:38:58 »
Hi Marco,

Thanks for the feedback. I understand the agent or caller disconnect cause but with this I was referring to the time duration which is 0 seconds.

If yo notice, this call has a duration of 0 seconds. Does this mean that the agent pressed END key on the phone so that the call was not picked up at all since it has no duration. If agent press HANGUP or END key then there is no duration. What do you think?

Thanks again

marcos

  • Loway
  • Full Member
  • *
  • Posts: 138
  • Karma: 3
    • View Profile
Re: What does agent disconnected mean?
« Reply #4 on: September 10, 2010, 10:54:20 »
Hi,

I think this is something Asterisk dependent. QueueMetrics shows what Asterisk inserted in the queue log file.
To investigate this I'll ned to have the queue log file trace related to this call. Could you, please, put here a short extract related to one of this particular calls?

It should interesting to understand what's happening when the agent presses the END key.

Thank you and regads,
Marco Signorini.