[asterisk-bugs] [Asterisk 0013898]: [patch] Limit connect file and others will not play warnings

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Nov 17 16:25:02 CST 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13898 
====================================================================== 
Reported By:                alecdavis
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   13898
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 155671 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-11-13 19:11 CST
Last Modified:              2008-11-17 16:25 CST
====================================================================== 
Summary:                    [patch] Limit connect file and others will not play
warnings
Description: 
LIMIT_CONNECT_FILE
LIMIT_WARNING_FILE
LIMIT_TIMEOUT_FILE

All appear to have corrupt pointers when the time comes to play the file.
They show correctly for the call.

The test macro limits the call to 20 seconds, warning at 15, frequency 10
seconds. (Note to myself, frequency too long!)
====================================================================== 

---------------------------------------------------------------------- 
 (0094948) svnbot (reporter) - 2008-11-17 16:25
 http://bugs.digium.com/view.php?id=13898#c94948 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 157253

U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r157253 | tilghman | 2008-11-17 16:25:01 -0600 (Mon, 17 Nov 2008) | 8
lines

Can't use items duplicated off the stack frame in an element returned from
a function: in these cases, we have to use the heap, or garbage will
result.
(closes issue http://bugs.digium.com/view.php?id=13898)
 Reported by: alecdavis
 Patches: 
       20081114__bug13898__2.diff.txt uploaded by Corydon76 (license 14)
 Tested by: alecdavis

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-17 16:25 svnbot         Note Added: 0094948                          
2008-11-17 16:25 svnbot         Status                   ready for testing =>
resolved
2008-11-17 16:25 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list