[asterisk-bugs] [Asterisk 0016200]: sound files missing for say_enumeration: digits/h-hundred
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 27 16:51:23 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16200
======================================================================
Reported By: murf
Assigned To: lmadsen
======================================================================
Project: Asterisk
Issue ID: 16200
Category: Sounds
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Target Version: 1.4.32
Asterisk Version: SVN
JIRA: SWP-375
Regression: No
Reviewboard Link:
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-11-06 13:08 CST
Last Modified: 2010-04-27 16:51 CDT
======================================================================
Summary: sound files missing for say_enumeration:
digits/h-hundred
Description:
the files:
"digits/h-hundred" (text: "hundredth")
"digits/h-thousand" (text: "thousandth")
"digits/h-million" (text: "millionth")
"digits/h-billion" (text: "billionth")
"digits/h-40" (text: "fortieth")
"digits/h-50" (text: "fiftieth")
"digits/h-60" (text: "sixtieth")
"digits/h-70" (text: "deventieth")
"digits/h-80" (text: "eightieth")
"digits/h-90" (text: "ninetieth")
are needed by main/say.c: say_enumeration(), but are not included
in the core sound file set.
These are needed to say things like "You are the 100th caller." or
whatever.
I would suggest that if these need to be recorded, that "trillionth" also
be added, just in case the say_enumeration function is ever upgraded to
handle
larger numbers.
;) that way, you could generate the prompt: "You are the 345 trillionth
person in line. Your estimated wait time is 3 thousand 8 hundred and forty
five years, 3 months, 13 days and 14 hours!"
Yeah, this is not a high priority bug, evidenced by the fact that the
routine has been around as long as it has, and this not reported earlier,
but in the interest of completeness, these need to be included, as
say_enumerate aborts with the missing file. Either that or limit the range
of say_enumerate to 39, which would severely limit its future and general
usefulness.
======================================================================
----------------------------------------------------------------------
(0121044) svnbot (reporter) - 2010-04-27 16:51
https://issues.asterisk.org/view.php?id=16200#c121044
----------------------------------------------------------------------
Repository: asterisk
Revision: 259530
U branches/1.6.0/sounds/Makefile
------------------------------------------------------------------------
r259530 | lmadsen | 2010-04-27 16:51:23 -0500 (Tue, 27 Apr 2010) | 30
lines
Merged revisions 259527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r259527 | lmadsen | 2010-04-27 16:49:36 -0500 (Tue, 27 Apr 2010) | 23
lines
Merged revisions 259526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r259526 | lmadsen | 2010-04-27 16:48:47 -0500 (Tue, 27 Apr 2010) | 15
lines
Update sounds files.
* Add additional sounds prompts for say_enumeration
* Update the English conference sounds prompts so they are better
quality and all sound more consistent
* Clean up the core-sounds-XX.txt and extra-sounds-XX.txt files to
include all present sound files
Both core (en, fr, es) and extra (en, fr) sounds files have been
updated.
(closes issue https://issues.asterisk.org/view.php?id=16200)
Reported by: murf
(closes issue https://issues.asterisk.org/view.php?id=17137)
Reported by: lmadsen
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=259530
Issue History
Date Modified Username Field Change
======================================================================
2010-04-27 16:51 svnbot Checkin
2010-04-27 16:51 svnbot Note Added: 0121044
======================================================================
More information about the asterisk-bugs
mailing list