[Home]

Summary:ASTERISK-07479: [patch] COMPLETECALLER and COMPLETEAGENT don't have all the information described in doc/queuelog.txt
Reporter:Amilcar S Silvestre (amilcar)Labels:
Date Opened:2006-08-07 16:12:15Date Closed:2007-01-26 20:16:12.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.c-asterisk-1.2.patch
( 1) app_queue.c-asterisk-trunk.patch
Description:According to doc/queuelog.txt:

---
COMPLETEAGENT(holdtime|calltime|origposition)
The caller was connected to an agent, and the call was terminated normally
by the *agent*.  The caller's hold time and the length of the call are both
recorded.  The caller's original position in the queue is recorded in
origposition.

COMPLETECALLER(holdtime|calltime|origposition)
The caller was connected to an agent, and the call was terminated normally
by the *caller*.  The caller's hold time and the length of the call are both
recorded.  The caller's original position in the queue is recorded in
origposition.
---

But queue_log output doesn't have origposition.

queue_log example:
---
1145463355|1145463200.344|televendas|Agent/1008|COMPLETECALLER|8|144
1145463400|1145463060.319|televendas|Agent/1004|COMPLETEAGENT|10|328
---

****** ADDITIONAL INFORMATION ******

This is the current behavior for both 1.2 branch and trunk.

Patches attached for both: 1.2 and trunk.
Comments:By: Amilcar S Silvestre (amilcar) 2006-08-07 16:13:22

I think that the changes are sooo trivial that i doesn't need disclaimer. :-)

By: Amilcar S Silvestre (amilcar) 2006-09-05 15:22:02

ping??

By: jmls (jmls) 2006-11-01 06:15:59.000-0600

amilcar, any patch does require a disclaimer otherwise the developers cannot look at it. Thanks.

By: jmls (jmls) 2006-12-10 08:07:17.000-0600

amilcar, did you send your disclaimer in ?

By: Amilcar S Silvestre (amilcar) 2006-12-11 14:14:32.000-0600

Disclaimer on file.

By: Joshua C. Colp (jcolp) 2007-01-26 20:16:12.000-0600

Fixed in 1.2 as of revision 52415, 1.4 as of revision 52416, and trunk as of revision 52417. Thanks!