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

Pavel Basov (JIRA) noreply at issues.asterisk.org
Tue Jan 21 02:49:03 CST 2014


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

Pavel Basov edited comment on ASTERISK-23162 at 1/21/14 2:48 AM:
-----------------------------------------------------------------

No, i didn't escape parenths, it's just Jira is formatting them, and i didn't know about noformat.

Anyway, i've copypasted your config, and my database is still empty. What Sqlite3 version are you running? I have 3.6.20
                
      was (Author: Bearish):
    No, i didn't escape parenths, it's just Jira was formatting them, and i didn't know about noformat.

Anyway, i've copypasted your config, and my database is still empty. What Sqlite3 version are you running? I have 3.6.20
                  
> 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