Skip to end of metadata
Go to start of metadata

SAYFILES()

Synopsis

Returns the ampersand-delimited file names that would be played by the Say applications (e.g. SayAlpha, SayDigits).

Description

Returns the files that would be played by a Say application. These filenames could then be passed directly into Playback, BackGround, Read, Queue, or any application which supports playback of multiple ampersand-delimited files.

Example: Read using the number 123

Syntax

SAYFILES(value,type)
Arguments
  • value - The value to be translated to filenames.
  • type - Say application type.
    • alpha - Files played by SayAlpha(). Default if none is specified.
    • digits - Files played by SayDigits().
    • money - Files played by SayMoney(). Currently supported for English and US dollars only.
    • number - Files played by SayNumber(). Currently supported for English only.
    • ordinal - Files played by SayOrdinal(). Currently supported for English only.
    • phonetic - Files played by SayPhonetic().

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-d5a53ef

  • No labels