[asterisk-bugs] [Asterisk 0011040]: [patch] [sound] Add user/admin menu options to extend a RealTime scheduled conference

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Sep 23 14:32:27 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11040 
====================================================================== 
Reported By:                DEA
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11040
Category:                   Applications/NewFeature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0-beta4 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 86150 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2007-10-19 13:17 CDT
Last Modified:              2008-09-23 14:32 CDT
====================================================================== 
Summary:                    [patch] [sound] Add user/admin menu options to
extend a RealTime scheduled conference
Description: 
This patch adds *5 to both user and admin menu options
in app_meetme, which will update the RealTime database with
a new conference endtime by a configurable period of time
if it does not conflict with another scheduled conference.
====================================================================== 

---------------------------------------------------------------------- 
 (0092808) DEA (reporter) - 2008-09-23 14:32
 http://bugs.digium.com/view.php?id=11040#c92808 
---------------------------------------------------------------------- 
The current patch suffers from the ast_mktime DST detection issue.  It
needs
 t.tm.tm_isdst = -1; 
before the line 
tmp = ast_mktime(&t.atm, NULL); (line 2130-ish)

Otherwise it works as expected. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-23 14:32 DEA            Note Added: 0092808                          
======================================================================




More information about the asterisk-bugs mailing list