login | register
Tue 02 of Dec, 2008 [13:26 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd SayAlpha

Created by: JazEzork,Last modification on Fri 12 of Oct, 2007 [12:43 UTC] by chandave

Synopsis

Says a string of letters, numbers, and/or selected other characters.

Syntax

   SayAlpha(string)

Description

Says each character in the string, one by one, in the language chosen (defaults to English). This command is available only in CVS > 2004-05-03.

Special Characters


SayAlpha will speak all letters and numbers, and the following special charcters:
  • ! exclamation point
  • @ at
  • # pound
  • $ dollar
  • * star
  • - dash
  • + plus
  • = equals
  • / slash
  • ' ' (an empty space) space
  • . dot

Using any other special character in the SayAlpha command will cause the extension to exit non-zero and the call will be terminated.

Note that SayAlpha will ignore the single quote (') and double quote (") character.

Examples

    SayAlpha(abc123)      ; Says "a b c one two three"
    SayAlpha(abc 12+3#)   ; Says "a b c space one two plus three pound"

See also



Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ


Comments