[asterisk-bugs] [JIRA] (ASTERISK-24426) CDR Batch mode: size used as time value after first expire

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Nov 3 13:58:57 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan updated ASTERISK-24426:
-----------------------------------

    Target Release Version/s: 12.7.0

> CDR Batch mode: size used as time value after first expire
> ----------------------------------------------------------
>
>                 Key: ASTERISK-24426
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24426
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/General
>    Affects Versions: 12.5.0
>         Environment: CENTOS 6.5
> 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Shane Blaser
>              Labels: Asterisk12
>      Target Release: 12.7.0, 13.0.0-beta3
>
>         Attachments: ASTERISK-24426.diff
>
>
> {noformat}
> batch=yes
> size=200
> time=15
> {noformat}
> (this issue happens with all values I try)
> after first time expire the time value is set to the record value
> Below is a sample after a restart:
> {noformat}
> Connected to Asterisk 12.5.0 currently running on resale01 (pid = 12363)
> resale01*CLI> cdr show status
> Call Detail Record (CDR) settings
> ----------------------------------
>   Logging:                    Enabled
>   Mode:                       Batch
>   Log unanswered calls:       No
>   Log congestion:             No
> * Batch Mode Settings
>   -------------------
>   Safe shutdown:              Enabled
>   Threading model:            Scheduler plus separate threads
>   Current batch size:         0 records
>   Maximum batch size:         200 records
>   Maximum batch time:         15 seconds
>   Next batch processing time: 11 seconds
> * Registered Backends
>   -------------------
>     csv
>     cdr_manager (suspended) 
>     cdr-custom
>     Adaptive ODBC
> resale01*CLI> cdr show status
> Call Detail Record (CDR) settings
> ----------------------------------
>   Logging:                    Enabled
>   Mode:                       Batch
>   Log unanswered calls:       No
>   Log congestion:             No
> * Batch Mode Settings
>   -------------------
>   Safe shutdown:              Enabled
>   Threading model:            Scheduler plus separate threads
>   Current batch size:         0 records
>   Maximum batch size:         200 records
>   Maximum batch time:         15 seconds
>   Next batch processing time: 2 seconds
> * Registered Backends
>   -------------------
>     csv
>     cdr_manager (suspended) 
>     cdr-custom
>     Adaptive ODBC
> resale01*CLI> cdr show status
> Call Detail Record (CDR) settings
> ----------------------------------
>   Logging:                    Enabled
>   Mode:                       Batch
>   Log unanswered calls:       No
>   Log congestion:             No
> * Batch Mode Settings
>   -------------------
>   Safe shutdown:              Enabled
>   Threading model:            Scheduler plus separate threads
>   Current batch size:         0 records
>   Maximum batch size:         200 records
>   Maximum batch time:         15 seconds
>   Next batch processing time: 0 seconds
> * Registered Backends
>   -------------------
>     csv
>     cdr_manager (suspended) 
>     cdr-custom
>     Adaptive ODBC
> resale01*CLI> cdr show status
> Call Detail Record (CDR) settings
> ----------------------------------
>   Logging:                    Enabled
>   Mode:                       Batch
>   Log unanswered calls:       No
>   Log congestion:             No
> * Batch Mode Settings
>   -------------------
>   Safe shutdown:              Enabled
>   Threading model:            Scheduler plus separate threads
>   Current batch size:         0 records
>   Maximum batch size:         200 records
>   Maximum batch time:         15 seconds
>   Next batch processing time: 199 seconds
> * Registered Backends
>   -------------------
>     csv
>     cdr_manager (suspended) 
>     cdr-custom
>     Adaptive ODBC
> resale01*CLI> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list