[Home]

Summary:ASTERISK-00109: [patch] say.c digit speaking cannot deal with * and #
Reporter:John Laur (gork)Labels:
Date Opened:2003-08-17 01:47:20Date Closed:2008-01-15 14:32:18.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 05-say-star-pound-gork_1.0.diff
Description:SayDigits and other apps that use the functionality implemented in say.c to speak a string of phone digits do not say * and # because there are no sound files for them included in the standard distribution. Also, it's very difficult to deal with a file named '*', so I propose the following patch to deal with it.

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

star.gsm and pound.gsm, at John Todd's site at http://www.loligo.com/asterisk/sounds/ are available for inclusion in conjuntion with this patch.

Although users in other countries use other names for * and # keys, I don't really see the point in localizing the file names when star.gsm and pound.gsm might just as well be replaced with the non-US equivalent.
Comments:By: Mark Spencer (markster) 2003-08-18 00:43:27

Added to CVS

By: Digium Subversion (svnbot) 2008-01-15 14:32:18.000-0600

Repository: asterisk
Revision: 1361

U   trunk/say.c
A   trunk/sounds/digits/pound.gsm
A   trunk/sounds/digits/star.gsm
U   trunk/sounds.txt

------------------------------------------------------------------------
r1361 | markster | 2008-01-15 14:32:17 -0600 (Tue, 15 Jan 2008) | 2 lines

Add pound/star (bug ASTERISK-109)

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

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