[asterisk-bugs] [JIRA] (ASTERISK-23162) SQLite3 CDRs are not being populated with CDR variables

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Jan 31 09:27:03 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214692#comment-214692 ] 

Matt Jordan commented on ASTERISK-23162:
----------------------------------------

So, I'm unable to reproduce this problem using the latest from Asterisk 12 and {{cdr_sqlite3_custom.conf}}. At this point, I'm inclined to suspect that it is something in your SQLite3 schema and configuration file, as using the standard config and schema appears to be working fine. It also allows for custom values from the dialplan - so at this point, I'm not sure what the issue is, but I'm pretty sure it isn't anything that's occurred in Asterisk 12.
                
> SQLite3 CDRs are not being populated with CDR variables
> -------------------------------------------------------
>
>                 Key: ASTERISK-23162
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23162
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/cdr_sqlite3_custom
>    Affects Versions: 12.0.0
>         Environment: CentOS 6
>            Reporter: Pavel Basov
>            Assignee: 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