[asterisk-bugs] [Asterisk 0018369]: Conference with scheduler blocks on realtime ODBC connection to MSSQL database
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Nov 27 04:41:21 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18369
======================================================================
Reported By: tnakonz
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 18369
Category: Applications/app_meetme
Reproducibility: always
Severity: block
Priority: normal
Status: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-11-24 07:58 CST
Last Modified: 2010-11-27 04:41 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]
= "";
======================================================================
----------------------------------------------------------------------
(0129177) svnbot (reporter) - 2010-11-27 04:41
https://issues.asterisk.org/view.php?id=18369#c129177
----------------------------------------------------------------------
Repository: asterisk
Revision: 296468
_U trunk/
U trunk/apps/app_meetme.c
------------------------------------------------------------------------
r296468 | tilghman | 2010-11-27 04:41:21 -0600 (Sat, 27 Nov 2010) | 19
lines
Merged revisions 296467 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r296467 | tilghman | 2010-11-27 04:40:22 -0600 (Sat, 27 Nov 2010) | 12
lines
Merged revisions 296466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r296466 | tilghman | 2010-11-27 04:39:01 -0600 (Sat, 27 Nov 2010) | 5
lines
18 characters is too short for most date/times (20 is the usual, but
we add more in case of greater precision).
(closes issue https://issues.asterisk.org/view.php?id=18369)
Reported by: tnakonz
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=296468
Issue History
Date Modified Username Field Change
======================================================================
2010-11-27 04:41 svnbot Checkin
2010-11-27 04:41 svnbot Note Added: 0129177
======================================================================
More information about the asterisk-bugs
mailing list