[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:39:02 CST 2010


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
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:39 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]
= "";
====================================================================== 

---------------------------------------------------------------------- 
 (0129175) svnbot (reporter) - 2010-11-27 04:39
 https://issues.asterisk.org/view.php?id=18369#c129175 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 296466

U   branches/1.6.2/apps/app_meetme.c

------------------------------------------------------------------------
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=296466 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-27 04:39 svnbot         Checkin                                      
2010-11-27 04:39 svnbot         Note Added: 0129175                          
2010-11-27 04:39 svnbot         Status                   new => assigned     
2010-11-27 04:39 svnbot         Assigned To               => tilghman        
2010-11-27 04:39 svnbot         Status                   assigned => resolved
2010-11-27 04:39 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list