Page 483 - Asterisk™: The Future of Telephony
P. 483
values for timezone can be found in /usr/share/zoneinfo/. timezone defaults to the default
time zone of the Asterisk server.
Return values:
-1
Error or hangup
0
Playback completed without being interrupted by an escape digit
value
ASCII value of digit (if pressed), in decimal
SAY DIGITS
SAY DIGITS number escape_digits
Says a given digit string, returning early if any of the given DTMF digits are received
on the channel.
Return values:
-1
Error or hangup
0
Playback completed without being interrupted by an escape digit
value
ASCII value of digit (if pressed), in decimal
SAY NUMBER
SAY NUMBER number escape_digits
Says a given number, returning early if any of the given DTMF digits are received on
the channel.
Return values:
-1
Error or hangup
0
Playback completed without being interrupted by an escape digit
value
ASCII value of digit (if pressed), in decimal
SAY DIGITS | 455