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. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this application will react to DTMF in the same way as 'BackGround'.
Syntax¶
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¶
- Dialplan Applications SayDigits
- Dialplan Applications SayMoney
- Dialplan Applications SayNumber
- Dialplan Applications SayOrdinal
- Dialplan Applications SayPhonetic
- Dialplan Applications SayAlpha
- Dialplan Functions CHANNEL
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT