[asterisk-bugs] [Asterisk 0012292]: [PATCH] Fix DST issue with RealTime scheduling feature

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Mar 24 16:31:30 CDT 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12292 
====================================================================== 
Reported By:                DEA
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12292
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 110621 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             03-24-2008 16:31 CDT
Last Modified:              03-24-2008 16:31 CDT
====================================================================== 
Summary:                    [PATCH] Fix DST issue with RealTime scheduling
feature
Description: 
The code to calculate the scheduled end time of a conference was not
taking
DST into account.  Allow ast_mktime to determing if DST is in effect and
adjust the endtime if needed.

I also restructured the code that checked if a caller was too early to a
conference.  There was a small window of time that callers would be
rejected
after the scheduled start time.

I now check to see if the conference starttime has been reached, if not,
then
I check to see if we are within the window that callers are allowed to
join 
early (if allowed), and finally if the caller is within the window where
we
can tell them that their conference has not yet started.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-24-08 16:31  DEA            Asterisk Version          => SVN             
03-24-08 16:31  DEA            SVN Branch (only for SVN checkou =>  trunk       
  
03-24-08 16:31  DEA            SVN Revision (number only!) => 110621          
======================================================================




More information about the asterisk-bugs mailing list