[Home]

Summary:ASTERISK-09995: [patch] Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-07-31 20:05:02Date Closed:2007-08-01 14:47:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.c.patch
Description:Sometimes it is useful to know how much time an agent wait before answering a call, this is the ring time, the time the phone spent ringing before the agent answered the call.
This works only if the 'timeout' option is set on the queue, if it is not present a value of 0 will be reported.
Comments:By: Eliel Sardanons (eliel) 2007-08-01 14:17:07

I think the best way should be CONNECT|holdtime|ringtime|peer->uniqueid
But for backward compatibility the only way I could put it was: CONNECT|holdtime|peer->uniqueid|ringtime.

By: Digium Subversion (svnbot) 2007-08-01 14:47:50

Repository: asterisk
Revision: 77879

------------------------------------------------------------------------
r77879 | qwell | 2007-08-01 14:47:49 -0500 (Wed, 01 Aug 2007) | 4 lines

Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect

Closes issue ASTERISK-9995, patch by eliel

------------------------------------------------------------------------