SAY ALPHA
SAY ALPHAString
[Escape_Ziffern
]
String
. Die
Ausgabe kann durch die Eingabe einer Ziffer abgebrochen werden, die in
Escape_Ziffern
bestimmt wird.-1 | Fehler |
0 | Erfolgreich |
Wert | ASCII-Wert der Eingabe, die zum Abbruch geführt hat |
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Usage: SAY ALPHA <number> <escape digits>
Say a given character string, returning early if any of the given DTMF digits
are received on the channel. Returns 0 if playback completes without a digit
being pressed, or the ASCII numerical value of the digit if one was pressed or
-1 on error/hangup.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -3,3 +3,4 @@
are received on the channel. Returns 0 if playback completes without a digit
being pressed, or the ASCII numerical value of the digit if one was pressed or
-1 on error/hangup.
+ Runs Dead : No