[asterisk-bugs] [JIRA] (ASTERISK-23163) SQLite3 CDRs are not being populated with CDR variables
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Jan 20 09:27:04 CST 2014
Matt Jordan created ASTERISK-23163:
--------------------------------------
Summary: SQLite3 CDRs are not being populated with CDR variables
Key: ASTERISK-23163
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23163
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: CDR/cdr_sqlite3_custom
Affects Versions: 12.0.0
Environment: CentOS 6
Reporter: Pavel Basov
Severity: Minor
cdr_sqlite3_custom.conf (deliberately simplified):
{noformat}
[master]
table=>cdr
columns=>calldate, clid, test
values=>'$\{CDR(start)\}','$\{CDR(clid)\}','test'
{noformat}
Resulting in database lacking CDR values:
{noformat}
sqlite> select * from cdr;
AcctId|calldate|clid|test
1|||test
2|||test
3|||test
4|||test
{noformat}
IDs are incementing, test value is there, but it doesn't want to grab CDR variables from
values=>'$\{CDR(start)\}','$\{CDR(clid)\}','test'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list