[asterisk-bugs] [Asterisk 0013164]: Latest branch of Asterisk 1.4 name of recording file in user field.
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Aug 2 05:41:13 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13164
======================================================================
Reported By: kolian
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13164
Category: Functions/func_cdr
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 131421
Disclaimer on File?: N/A
Request Review:
Resolution: suspended
Fixed in Version:
======================================================================
Date Submitted: 2008-07-25 15:23 CDT
Last Modified: 2008-08-02 05:41 CDT
======================================================================
Summary: Latest branch of Asterisk 1.4 name of recording file
in user field.
Description:
Asterisk 1.4 doesn't losses file name of the recorded file somewhere along
a way.
this was removed in 1.4
; Insert into CDR userfield a name of the the created recording
; By default it's turned off.
;createlink=yes
in channels/chan_agent.c around line 450
ast_cdr_setuserfield(ast, tmp2);
It's still set correctly but lost somewhere during CDR merge.
======================================================================
----------------------------------------------------------------------
(0091015) kolian (reporter) - 2008-08-02 05:41
http://bugs.digium.com/view.php?id=13164#c91015
----------------------------------------------------------------------
I use cdr_mysql, userfield is enabled in .conf file.
If i use setuserfield in dialplan the value will show up in the database
in userfield column.
The value is dropped somewhere if it's set in channels/chan_agent.c.
The agents are logged in to a queue and calls originated through Originate
in Manager API.
Issue History
Date Modified Username Field Change
======================================================================
2008-08-02 05:41 kolian Note Added: 0091015
======================================================================
More information about the asterisk-bugs
mailing list