[asterisk-bugs] [Asterisk 0018369]: Conference with scheduler blocks on realtime ODBC connection to MSSQL database
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 24 07:58:39 CST 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=18369
======================================================================
Reported By: tnakonz
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18369
Category: Applications/app_meetme
Reproducibility: always
Severity: block
Priority: normal
Status: new
Asterisk Version: 1.8.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-24 07:58 CST
Last Modified: 2010-11-24 07:58 CST
======================================================================
Summary: Conference with scheduler blocks on realtime ODBC
connection to MSSQL database
Description:
In the SQL select statement is an error in the formatting of the datetime
string. The profiler recognizes the following parameter: "2010-11-24
10:04:".
To resolve this problem change the following lines in the app_meetme.c:
line 3786 in find_conf_realtime: char currenttime[19] = ""; --> char
currenttime[21] = "";
line 3787 in find_conf_realtime: char eatime[19] = ""; --> char eatime[21]
= "";
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-24 07:58 tnakonz New Issue
2010-11-24 07:58 tnakonz Asterisk Version => 1.8.0
2010-11-24 07:58 tnakonz Regression => No
2010-11-24 07:58 tnakonz SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list