[Home]

Summary:ASTERISK-27746: The Asterisk database manager doesn't create the field calldate under the cdr table.
Reporter:Harley Peters (hpeters63)Labels:
Date Opened:2018-03-18 10:34:48Date Closed:2018-03-18 11:15:55
Priority:MajorRegression?
Status:Closed/CompleteComponents:Contrib/General
Versions:13.19.2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Devuan ASCIIAttachments:
Description:The alembic cdr script under the contrib/ast-db.manage folder doesn't create a calldate field.
calldate datetime NOT NULL default '0000-00-00 00:00:00'
The Asterisk cdr module fails to work without this field at least when using cdr_odbc.
Comments:By: Asterisk Team (asteriskteam) 2018-03-18 10:34:49.783-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].