login | register
Sun 21 of Mar, 2010 [04:12 UTC]

voip-info.org

History

say number

Created by: awysocki,Last modification on Mon 21 of Mar, 2005 [15:34 UTC] by pinhole
SAY NUMBER <number> <escape digits>


Say a given number, returning early if any of the given DTMF digits are received on the channel.

EXAMPLE:

 SAY NUMBER 1234 "1*#"

The number one thousand two hundred and thirty four will be spoken, and if the DTMFs 1, * or # is pressed during the speach it will be terminated.

Returns:
failure: 200 result=-1
success: 200 result=0
digit pressed: 200 result=<digit>

<digit> is the ascii code for the digit pressed.


Go back to Asterisk AGI

Comments