SAY DIGITS
SAY DIGITSZahl
[Escape_Ziffern
]
Zahl
Ziffer für Ziffer an
(z. B. wird 123 als „eins, zwei, drei“ gesprochen). 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 DIGITS <number> <escape digits>
Say a given digit 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