[asterisk-bugs] [Asterisk 0011147]: SayDigits seems to be broken in current trunk

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Nov 2 11:52:25 CDT 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11147 
====================================================================== 
Reported By:                IgorG
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   11147
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 88166 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-02-2007 10:19 CDT
Last Modified:              11-02-2007 11:52 CDT
====================================================================== 
Summary:                    SayDigits seems to be broken in current trunk
Description: 
Seems that problem is in function say_digit_str_full. When I try to debug
this issue I've commented check for file existance in this way:

if (fn /* && ast_fileexists(fn, NULL, NULL) > 0*/) {
 ...
}

Then all digits play normal. Seem that all functions with the same check:
say_phonetic_str_full
say_character_str_full
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 11-02-07 11:52  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 88284

_U  trunk/
U   trunk/main/say.c

------------------------------------------------------------------------
r88284 | qwell | 2007-11-02 11:52:23 -0500 (Fri, 02 Nov 2007) | 13 lines

Merged revisions 88283 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

(closes issue http://bugs.digium.com/view.php?id=11147)
........
r88283 | qwell | 2007-11-02 11:51:08 -0500 (Fri, 02 Nov 2007) | 4 lines

We need to make sure to specify a language to ast_fileexists, otherwise it
may fail for anything besides en

Issue 11147, fix discovered by both citats and myself (independently),
with input from Corydon76

........

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-02-07 11:52  svnbot         Checkin                                      
11-02-07 11:52  svnbot         Note Added: 0072989                          
11-02-07 11:52  svnbot         Status                   new => assigned     
11-02-07 11:52  svnbot         Assigned To               => qwell           
======================================================================




More information about the asterisk-bugs mailing list