Skip to content

Commit ddf6299

Browse files
InterLinked1gtjoseph
authored andcommitted
func_sayfiles: Retrieve say file names
Up until now, all of the logic used to translate arguments to the Say applications has been directly coupled to playback, preventing other modules from using this logic. This refactors code in say.c and adds a SAYFILES function that can be used to retrieve the file names that would be played. These can then be used in other applications or for other purposes. Additionally, a SayMoney application and a SayOrdinal application are added. Both SayOrdinal and SayNumber are also expanded to support integers greater than one billion. ASTERISK-29531 Change-Id: If9718c89353b8e153d84add3cc4637b79585db19
1 parent 7df6963 commit ddf6299

File tree

6 files changed

+1056
-95
lines changed

6 files changed

+1056
-95
lines changed

doc/CHANGES-staging/say.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Subject: say.c
2+
3+
Adds SAYFILES function to retrieve the file names that would
4+
be played by corresponding Say applications, such as
5+
SayDigits, SayAlpha, etc.
6+
7+
Additionally adds SayMoney and SayOrdinal applications.

0 commit comments

Comments
 (0)