[Home]

Summary:ASTERISK-00725: [patch] app_festival fails to respect usecache config setting
Reporter:dant (dant)Labels:
Date Opened:2003-12-29 18:19:10.000-0600Date Closed:2008-01-15 14:39:35.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_festival_usecache_fix.patch
Description:app_festival fails to use the cache and always calls festival no matter what usecache is set to in the config.

****** ADDITIONAL INFORMATION ******

app_festival.c contains an incorrect check on the value of the usecache variable, checking for value 1 to signify usecache is set, rather than the value -1 that ast_true returns when populating that variable.
Comments:By: jerjer (jerjer) 2003-12-30 04:16:28.000-0600

applied to cvs

By: Digium Subversion (svnbot) 2008-01-15 14:39:35.000-0600

Repository: asterisk
Revision: 1886

U   trunk/apps/app_festival.c

------------------------------------------------------------------------
r1886 | jeremy | 2008-01-15 14:39:34 -0600 (Tue, 15 Jan 2008) | 2 lines

fix the check to usecache. Bug ASTERISK-725

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

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