[asterisk-bugs] [Asterisk 0014554]: [patch] # for fastforward goes beyond end of message

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jun 26 16:27:54 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14554 
====================================================================== 
Reported By:                lacoursj
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   14554
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.4.23 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-02-25 10:26 CST
Last Modified:              2009-06-26 16:27 CDT
====================================================================== 
Summary:                    [patch] # for fastforward goes beyond end of message
Description: 
When listening to message playback # and * will fastforward or rewind the
playback by 3000ms by default.  When rewinding checks are made to make sure
you cannot seek before the beginning of the stream, but no checks are made
to make sure you do not seek past the end of the stream when using '#'. 
The result is that users will seek past the end of the stream which lands
them in the next IVR menu, where '#' will exit the voicemail application. 
If a user is trying to fastforward to the end of a message he may hit '#'
too many times and find himself disconnected.
====================================================================== 

---------------------------------------------------------------------- 
 (0107070) svnbot (reporter) - 2009-06-26 16:27
 https://issues.asterisk.org/view.php?id=14554#c107070 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 203828

_U  branches/1.6.2/
U   branches/1.6.2/main/file.c

------------------------------------------------------------------------
r203828 | russell | 2009-06-26 16:27:54 -0500 (Fri, 26 Jun 2009) | 29
lines

Merged revisions 203802 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203802 | russell | 2009-06-26 16:21:48 -0500 (Fri, 26 Jun 2009) | 22
lines
  
  Merged revisions 203785 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203785 | russell | 2009-06-26 16:16:39 -0500 (Fri, 26 Jun 2009) | 15
lines
    
    Don't fast forward past the end of a message.
    
    This is nice change for users of the voicemail application.  If
someone gets a
    little carried away with fast forwarding through a message, they can
easily
    get to the end and accidentally exit the voicemail application by
hitting the
    fast forward key during the following prompt.
    
    This adds some safety by not allowing a fast forward past the end of a
message.
    
    (closes issue https://issues.asterisk.org/view.php?id=14554)
    Reported by: lacoursj
    Patches:
          21761.patch uploaded by lacoursj (license 707)
    Tested by: lacoursj
  ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=203828 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-26 16:27 svnbot         Checkin                                      
2009-06-26 16:27 svnbot         Note Added: 0107070                          
======================================================================




More information about the asterisk-bugs mailing list