[asterisk-bugs] [JIRA] (ASTERISK-24426) CDR Batch mode: size used as time value after first expire
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Oct 16 16:25:29 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-24426.
----------------------------------
> 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
> 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