E.39. WAIT FOR DIGIT

WAIT FOR DIGIT Timeout
Wartet auf die Eingabe eines DTMF-Tons. Timeout gibt den Timeout der Applikation in Millisekunden an.
Ergebniswerte nach Ausführung:
-1Fehler
0Timeout
WertASCII-Wert der Eingabe, die zum Abbruch geführt hat
Asterisk-Versionen:
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Interner Hilfetext zu diesem AGI-Befehl in Asterisk 1.4:
 Usage: WAIT FOR DIGIT <timeout>
        Waits up to 'timeout' milliseconds for channel to receive a DTMF digit.
 Returns -1 on channel failure, 0 if no digit is received in the timeout, or
 the numerical value of the ascii of the digit if one is received.  Use -1
 for the timeout value if you desire the call to block indefinitely.
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— keine —
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -3,3 +3,4 @@
    Returns -1 on channel failure, 0 if no digit is received in the timeout, or
    the numerical value of the ascii of the digit if one is received.  Use -1
    for the timeout value if you desire the call to block indefinitely.
+   Runs Dead : No