[asterisk-bugs] [Asterisk 0019027]: [patch] extra ast_strlen_zero() check in cel_odbc prevents integer eventtype in database
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 29 02:08:41 CDT 2011
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=19027
======================================================================
Reported By: mlehner
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 19027
Category: CEL/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.8.2.3
JIRA:
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/1149/
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!): 311686
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-03-26 11:49 CDT
Last Modified: 2011-03-29 02:08 CDT
======================================================================
Summary: [patch] extra ast_strlen_zero() check in cel_odbc
prevents integer eventtype in database
Description:
If you create a database schema with a integer datatype for event_type
field, it will always be a zero. I did not look into the history of this
code, but the problem is with an extra ast_strlen_zero() check that causes
the code for filling in the eventtype to be skipped.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-03-29 02:08 svnbot Status assigned => resolved
2011-03-29 02:08 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list