SayAlphaCase()
Synopsis
Say Alpha.
Description
This application will play the sounds that correspond to the letters of the given string. Optionally, a casetype may be specified. This will be used for case-insensitive or case-sensitive pronunciations.
Syntax
SayAlphaCase(casetype,string)
Arguments
casetype
a
- Case sensitive (all) pronunciation. (Ex: SayAlphaCase(a,aBc); - lowercase a uppercase b lowercase c).l
- Case sensitive (lower) pronunciation. (Ex: SayAlphaCase(l,aBc); - lowercase a b lowercase c).n
- Case insensitive pronunciation. Equivalent to SayAlpha. (Ex: SayAlphaCase(n,aBc) - a b c).u
- Case sensitive (upper) pronunciation. (Ex: SayAlphaCase(u,aBc); - a uppercase b c).
string
See Also
- Asterisk 12 Application_SayDigits
- Asterisk 12 Application_SayNumber
- Asterisk 12 Application_SayPhonetic
- Asterisk 12 Application_SayAlpha
- Asterisk 12 Function_CHANNEL
Import Version
This documentation was imported from Asterisk Version Unknown