[Home]

Summary:ASTERISK-04436: Agent calls not recorded as agent-<agent-num>
Reporter:jmls (jmls)Labels:
Date Opened:2005-06-17 17:32:20Date Closed:2008-01-15 15:38:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.txt
Description:version 1.129 of chan_agent.c introduced a bug where the monitor file name of the agent is not saved as agent-<agent-num>-timestamp.

All recorded calls are saved as (for example)
"1109793719-24472.gsm"

instead of "agent-6043-1109793719-24472.gsm".


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

A line of code was missed out after the optimizations.

Patch to fix this is attached.

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2005-06-18 12:31:55

This line does not appear to be necessary since obviously f is already AST_FRAME_CONTROL/AST_CONTROL_ANSWER already.

By: Mark Spencer (markster) 2005-06-18 12:37:39

Nevermind, I found it...  This is ugly, but I went ahead and let it follow the original logic base.

By: Michael Jerris (mikej) 2005-06-20 23:14:44

Not an issue in 1.x

By: Digium Subversion (svnbot) 2008-01-15 15:38:31.000-0600

Repository: asterisk
Revision: 5933

U   trunk/channels/chan_agent.c

------------------------------------------------------------------------
r5933 | markster | 2008-01-15 15:38:30 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix agent recording issue (bug ASTERISK-4436)

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

http://svn.digium.com/view/asterisk?view=rev&revision=5933